You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)