Quote:
Originally Posted by Leonatus
Should I perhaps escape the replacement character, and how do I do this?
|
the backslash is the 'escape'. \\ allows the \ to be the target.
in theory you could escape any character \e\s\c\a\p\e
(if in doubt, I escape symbols I search for. Not all, really need to be escaped)