Skip to content

Releases: IBMStreams/streamsx.regex

Regex Toolkit v2.0.0

06 Sep 13:35
Compare
Choose a tag to compare

This is an update of the Regex toolkit to v2.0.0

Latest changes in the release:

  • Support for boost expressive library.
  • RegexMatch operator is renamed to RegexRun.
  • Added replace and extract functionality in operators and native functions.
  • Updated descriptions and SPL documentation.

Regex Toolkit v1.4.3

05 Feb 23:03
Compare
Choose a tag to compare

This is an update of the Regex toolkit to v1.4.3 for InfoSphere Streams v4.0.

Latest change in the release:

  • Fixed constructor issue in RegexMatch on PPC64.
  • Added blob handling in RegexMatch.
  • Updated descriptions.

Update 1.4.3.1

  • Changed internal functions to templates.
  • Fixed ppc compilation issue.

Regex Toolkit v1.4.2

31 Mar 12:27
Compare
Choose a tag to compare

This is an update of the Regex toolkit to v1.4.2 for InfoSphere Streams v4.0.

Latest change in the release:

  • Added support for Power Linux.
  • Changed maxmem argument from int32 to int64.

Regex Toolkit v1.4.1

23 Nov 14:40
Compare
Choose a tag to compare

This is an update of the Regex toolkit to v1.4.1 for InfoSphere Streams v4.0.

Latest change in the release:

  • The functions now bound to an operator scope.
  • For PE scope new static functions are introduced.

Regex Toolkit v1.4.0

04 Aug 13:48
Compare
Choose a tag to compare

This is an new release of the Regex toolkit v1.4.0 for InfoSphere Streams v4.0.

Latest change in the release:
Support for Streams 4.0.
RegexMatchFused operator is removed.

Regex Toolkit v1.2.0

15 Jul 16:53
Compare
Choose a tag to compare

This is an updated release of the Regex toolkit v1.2.0 for InfoSphere Streams v3.2.1.

Latest change in the release:

  • Native functions are redesigned.
  • Multiple patterns are supported now.
  • regexSimpleMatch function is removed.
  • New regexCompile function is introduced.