scala/scala-parser-combinators

Cannot parse regular expression that should work

wuweiran opened this issue · 0 comments

This regex "'" ~ """([^']|(\\[bfnrt']))*""" ~ "'" should match things like 'abc\'', but can't.
image
image