wuweiran opened this issue 2 years ago · 0 comments
This regex "'" ~ """([^']|(\\[bfnrt']))*""" ~ "'" should match things like 'abc\'', but can't.
"'" ~ """([^']|(\\[bfnrt']))*""" ~ "'"
'abc\''