regex v1.3.4 Release Notes

Release Date: 2020-01-30 // about 4 years ago
  • ๐Ÿš€ This is a small bug fix release that fixes a bug related to the scoping of flags in a regex. Namely, before this fix, a regex like ((?i)a)b) would match aB despite the fact that b should not be matched case insensitively.

    ๐Ÿ› Bug fixes:

    • BUG #640: Fix bug related to the scoping of flags in a regex.