Boost Regex cheat sheet

The default “flavour” for the C++ standard library regex is ECMAScript, and I think it’s the same for Boost (I believe SC uses Boost’s regex implementation).

Searching in the code, it looks like SC is also explicitly requesting ECMAScript regex syntax…

1 Like