1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-09-02 17:42:58 +02:00

Update isBase64 to return true if an empty string

This commit is contained in:
Daniel St. Jules
2015-12-20 11:46:33 -08:00
parent 318db789b1
commit d990a41a1a
3 changed files with 3 additions and 4 deletions

View File

@@ -512,8 +512,7 @@ s('دانيال1')->isAlphanumeric(); // true
##### isBase64()
Returns true if the string is base64 encoded, false
otherwise.
Returns true if the string is base64 encoded, false otherwise.
```php
s('Zm9vYmFy')->isBase64(); // true