Releases: hotmeteor/regex
Releases · hotmeteor/regex
Laravel 11 support
Full Changelog: v0.5.1...v0.6
Remove wrong/useless license file
Full Changelog: v0.5...v0.5.1
Laravel 9 and 10 support
Full Changelog: v0.4...v0.5
Add format and detection for IPv4 and IPv6
Adds support for IP addresses.
- Detect both IPv4 and IPv6 addresses
- Format values into IPv4 and IPv6 addresses
Supports zero-only words in IPv6 addresses, which are replaced with ::
, ie:
FE80::8329
FE80::FFFF:8329
FE80::B3FF:FFFF:8329
FE80::0202:B3FF:FFFF:8329
FE80::0000:0202:B3FF:FFFF:8329
FE80::0000:0000:0202:B3FF:FFFF:8329
FE80:0000:0000:0000:0202:B3FF:FFFF:8329
Add UUID support
Adds Regex::isUuid($subject)
and Regex::uuid($subject)
Rename integer to digits
v0.2 Update README.md
Initial release
v0.1 Update README.md