Regex
Regex copied to clipboard
No support for POSIX character classes
Hi,
Parsing [[:alnum:]]
results in Unexpected token "[" (class_) at line 1 and column 2
.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Yes, POSIX character classes are not supported yet.
Documentation can be found at http://pcre.org/current/doc/html/pcre2pattern.html#SEC10.
Do you want to try a PR :-)?