regex v1.5.6 Release Notes

Release Date: 2022-05-20 // almost 2 years ago
  • 🚀 This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy ? operator was used.

    • BUG #680: Fixes a bug where [[:alnum:][:^ascii:]] dropped [:alnum:] from the class.
    • BUG #859: Fixes a bug where Hir::is_match_empty returned false for \b.
    • BUG #862: Fixes a bug where 'ab??' matches 'ab' instead of 'a' in 'ab'.