in reply to Re^7: Regex Parsing Style
in thread Regex Parsing Style

In the input, the set of literal character that are always escaped is { '"', '\', '^' }; all other literal characters in the input are never escaped.

How's that?

I modified the error message of the event that can never happen.