Insert escapes on regex brackets
ins_regex_bracket(params)
| params | Node names. |
|---|
A character vector with all brackets escaped. For example,
"a[1]" becomes "a\\[1\\]"
Searches the contents of a string for the occurrence of a square bracket or two, and inserts the necessary escapes for pattern matching via regular expressions.
This is not a function users will generally use directly.