Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The escapeRegex method relies on knowing exactly what all the meta-characters are when excaping text. This is potentially fragile.
It would be a lot simpler to use the \Q \E quoting mechanism.
There would need to be special handling for unquote==true.