On September 11, version 4.056 of the C++ library was released SRELL (Std::RegEx-Like Library), implementing ECMAScript-compatible regular expressions.
Change log:
- support for Unicode 16.0.0;
- other minor changes.
Library features:
- header-only;
- ECMAScript-compatible regular expressions;
- design reminiscent of std::regex;
- support for char8_t, char16_t, and char32_t types for C++11 and later standards.
A more detailed description is available on the author's website.
Change history: English./jp..
Permanent link to the current version: https://www.akenotsuki.com/misc/srell/srell-latest.
Source: linux.org.ru
