Regex icon indicating copy to clipboard operation
Regex copied to clipboard

No support for POSIX character classes

Open ju1ius opened this issue 7 years ago • 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.

ju1ius avatar Jan 17 '18 03:01 ju1ius

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

Hywan avatar Jan 22 '18 09:01 Hywan