mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15:45 +01:00
279 B
279 B
Base64
Base64()
Validate if a string is Base64-encoded.
v::base64()->validate('cmVzcGVjdCE='); // true
v::base64()->validate('respect!'); // false
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Created |
See also: