1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-12 08:14:06 +02:00

Update example in readme

This commit is contained in:
Daniel St. Jules
2015-07-25 22:20:56 -07:00
parent b9cf4b6ae3
commit b3f1bf5174

View File

@@ -259,8 +259,7 @@ s('Camel-Case')->camelize(); // 'camelCase'
Returns an array consisting of the characters in the string.
```php
s('Fòô Bàř')->chars();
// [F', 'ò', 'ô', ' ', 'B', 'à', 'ř']
s('fòôbàř')->chars(); // ['f', 'ò', 'ô', 'b', 'à', 'ř']
```
##### collapseWhitespace()