开发者

What is the opposite of string interpolation?

开发者 https://www.devze.com 2023-03-31 22:29 出处:网络
Suppose you have a string: $MY_PATH/test.txt And suppose MY_PATH is defined as /foo/bar. After interpolation, the string now looks like this:

Suppose you have a string:

$MY_PATH/test.txt

And suppose MY_PATH is defined as /foo/bar. After interpolation, the string now looks like this:

/foo/bar/test.txt

What do you call the opposite function? That is, what do you call the act of going from /foo/bar开发者_JAVA百科/test.txt to $MY_PATH/test.txt? Extrapolation?

0

精彩评论

暂无评论...
验证码 换一张
取 消