hoaproject/Regex

No support for POSIX character classes

Opened this issue · 1 comments

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.

Hywan commented

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 :-)?