On January 24, the release of the 4.038 C++ library took place SRELL (Std::RegEx-Like Library), implementing ECMAScript-compatible regular expressions.
Change log:
- A bug has been fixed that caused the string "ababcd" to be matched by the expression /(?:ab)+|cd/
- Minor improvements.
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
