bradfisher133
Technical User
Hello All,
I want to search a string containing brackets or braces.
How do I escape brackets or braces in a regexp command?
For example, consider the following illegal regexp command:
set i 5
regexp "path($i)" "path(5)"
I want the braces to be viewed as a character, not a grouping device.
thanks
--Brad
I want to search a string containing brackets or braces.
How do I escape brackets or braces in a regexp command?
For example, consider the following illegal regexp command:
set i 5
regexp "path($i)" "path(5)"
I want the braces to be viewed as a character, not a grouping device.
thanks
--Brad