Spatie Regex Versions Save

A sane interface for php's built in preg_* functions

3.1.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/regex/compare/3.1.0...3.1.1

3.1.0

2 years ago
  • Add support for PHP 8.1

Full Changelog: https://github.com/spatie/regex/compare/3.0.0...3.1.0

3.0.0

2 years ago
  • implement PREG_UNMATCHED_AS_NULL (#61)

2.0.1

3 years ago
  • small internal refactor

2.0.0

3 years ago
  • require PHP 8+
  • drop support for PHP 7.x
  • convert syntax to PHP 8
  • move exceptions to "Exceptions" directory to match structure of other packages

1.4.2

3 years ago
  • add support for PHP 8.0
  • drop anything below PHP 7.3

1.4.1

4 years ago
  • fix for #37

1.4.0

5 years ago
  • added groups method

1.3.2

5 years ago
  • fix determining the last preg error

1.3.1

5 years ago
  • fix for PHP 7.3