Skip to content

reflex v4.4.0

Latest
Compare
Choose a tag to compare
@genivia-inc genivia-inc released this 06 Jun 18:46

What's new?

  • upgraded reflex::Matcher and reflex::FuzzyMatcher to respect Unicode word boundaries instead of only ASCII \<, \>, \b, \B
  • upgraded regex Unicode converters to support Unicode [::] character classes instead of only ASCII [[:alpha:]] etc., note that \p{Class} always supports Unicode (a regex converter is invoked with reflex::Matcher::convert(...) to support Unicode and other syntax constructs that the lower-level reflex::Matcher does not support, see documentation)
  • improved FSM code generation