SRELL 4.056 - ECMAScript-compliant regular expressions library
On September 11, the release of version 4.056 of the C++ SRELL (Std::RegEx-Like Library) library was announced, implementing ECMAScript-compatible regular expressions. Change list: Support for Unicode 16.0.0; other minor changes. Library features: header-only; ECMAScript-compatible regular expressions; std::regex-like design; support for char8_t, char16_t, and char32_t types for C++11 and later standards. More detailed description is available on the author's website. Change history: English/Japanese. Permanent […]
