to escapse the magic character , we have to use ‘%’ to turn off pattern match when call string.find or gsub functions
1 | function test_string() |
in the exampe, we try to replace the whole string ‘${CALLERID(name)}’ with a new string.
to escapse the magic character , we have to use ‘%’ to turn off pattern match when call string.find or gsub functions
1 | function test_string() |
in the exampe, we try to replace the whole string ‘${CALLERID(name)}’ with a new string.