simple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-maintained module
656
stars
131
forks
source link
Cannot parse regular expression that should work #544
Closed
wuweiran closed 8 months ago
This regex
"'" ~ """([^']|(\\[bfnrt']))*""" ~ "'"
should match things like'abc\''
, but can't.