hanickadot / compile-time-regular-expressions

Compile Time Regular Expression in C++
https://twitter.com/hankadusikova
Apache License 2.0
3.22k stars 177 forks source link

Supports for PCRE Comment #273

Open sandwoodK opened 1 year ago

sandwoodK commented 1 year ago

Even if comments can be stripped-off from a regexp, it would help to pass verbatim some regexp with comments inside directly. To make it crystal clear :

need for support of (?#foo comment)