Skip to content

Releases: ocaml/ocaml-re

1.7.2

28 Feb 19:47
Compare
Choose a tag to compare

1.7.2 (01-Mar-2018)

  • Deprecate all Re_* modules. Re_x is now available as Re.X
  • Deprecate all re.x sub libraries. Those are all available as Re.X
  • Make all function in Re.Str tail recursive.

Fix tests for 4.00.1

06 Jun 18:09
Compare
Choose a tag to compare
  • Fix 4.00.1 compatibilty with tests.

OCaml Re version 1.4.0

12 May 16:16
Compare
Choose a tag to compare
  • Add Re.{mark,marked,mark_set}. Regexps can now be "marked" to query post
    execution if they matched.

OCaml Re version 1.3.2

13 Apr 17:04
Compare
Choose a tag to compare
  • Fix replacing 0 length matches (#55)

OCaml Re version 1.3.1

13 Mar 15:41
Compare
Choose a tag to compare
  • Rename {Cset, Automata} to {Re_cset, Re_automata}

OCaml Re version 1.2.2

05 May 13:55
Compare
Choose a tag to compare
  • Add a Re.whole_string convenience function to only match whole strings
  • Add a ?anchored parameter to functions in Re_glob to specify whole
    string matching
  • Document Re_glob module
  • Fix compilation of submatches occurring inside a Kleen star
  • Fix word boundary matching
  • Fix definition of Re.xdigit
  • Fix Re.exec_partial function
  • Fix compilation of patterns of the shape r1r2|r1r3
  • Fixed compilation of re.cmxs (Vincent Bernardoff)
  • Improved matching of anchored regular expressions: stop as soon as
    we know there cannot possibly be any match.
  • Updated to OASIS 0.4.x (Vincent Bernardoff)
  • Add the linking exception to the license