SRELL 4.038 - ECMAScript-compatible regular expression library

On January 24, the release of 4.038 C++ library took place SRELL (Std::RegEx-Like Library), which implements ECMAScript-compatible regular expressions.
List of changes:

  • Fixed a bug due to which the expression /(?:ab)+|cd/ found the string “ababcd”;
  • minor improvements.

Library Features:

  • header-only;
  • ECMAScript-compatible regular expressions;
  • design a la std::regex;
  • support for char8_t, char16_t and char32_t types for C++11 and later versions of the standard.

A more detailed description is available on the author's website.

Change history: Engl./jap..
Permanent link to the current version: https://www.akenotsuki.com/misc/srell/srell-latest.

Source: linux.org.ru

Add a comment