Skip to content

Releases: Viorel/RegExpress

RegExpress 3.4

18 Nov 19:57
Compare
Choose a tag to compare

This release includes a new engine:

  • .NET 8

RegExpress 3.3

14 Oct 14:41
cc70978
Compare
Choose a tag to compare

This release includes an updated engine:

  • Oniguruma 6.9.9.

RegExpress 3.2

14 Sep 20:13
Compare
Choose a tag to compare

This release includes a series of fixes and improvements, as well as several updated engines:

  • Boost 1.83.0
  • Rust 1.72.0
  • Java 20.0.2
  • Python 3.11.5
  • D 2.105

RegExpress 3.1.1

04 Jun 18:13
Compare
Choose a tag to compare

This release includes support for the new NonBacktracking option, added to .NET 7.

The special branch also includes a series of new engines. For details, see the home page of this repository.

RegExpress 3.1

21 May 10:11
Compare
Choose a tag to compare

This release includes a series of minor improvements, and an additional engine:

  • RegExp VBScript object used in Access, Excel, Word.

RegExpress 3.0

07 May 17:18
Compare
Choose a tag to compare

The first release that is made with .NET.

Includes the following Regular Expression engines:

  • Regex class from .NET 7.
  • Regex class from .NET 6.
  • Regex class from .NET Framework 4.8.
  • wregex class from Standard Template Library.
  • Boost.Regex from Boost C++ Libraries 1.81.0.
  • PCRE2 Open Source Regex Library 10.42.
  • RE2 C++ Library 2023-03-01 from Google.
  • Oniguruma Regular Expression Library 6.9.8.
  • SubReg 2022-01-01.
  • RegExp JavaScript object from Microsoft Edge WebView2.