10.3.6 Implementation Details

Regular Expressions are implemented:

  • in JavaScript, Flash, PHP, C#, Java/JVM, and Python, native implementations are used
  • in Neko, C++/Cppia, Hashlink, and Eval, the PCRE2 library is used
  • in Lua, the lrexlib-pcre2 library is used