Closed aep closed 3 years ago
matching backslash doesn't seem to be possible
file <- '\\' EOL EOL <- ("\r\n" / "\n" / "\r" )
input
\
as a workaround, matching '\x5c' works fine
You're right, support for escaping backslash was missing.
great, thanks
matching backslash doesn't seem to be possible
input