This commit implements the regexp-modifiers proposal. It allows us to use modification of i,m,s flags within groups using `(?flags:subpattern)` and `(?flags-flags:subpattern)` syntax. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestRegex.cpp | ||
This commit implements the regexp-modifiers proposal. It allows us to use modification of i,m,s flags within groups using `(?flags:subpattern)` and `(?flags-flags:subpattern)` syntax. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestRegex.cpp | ||