1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-11 15:54:04 +02:00

Prevent scollbar

This commit is contained in:
Daniel St. Jules
2013-07-11 19:52:41 -04:00
parent 62a8a031cc
commit 5e621b6cd1

View File

@@ -129,7 +129,8 @@ capitalized.
```php ```php
$ignore = array('at', 'by', 'for', 'in', 'of', 'on', 'out', 'to', 'the'); $ignore = array('at', 'by', 'for', 'in', 'of', 'on', 'out', 'to', 'the');
S::titleize('i like to watch DVDs at home', 'UTF-8', $ignore); // 'I Like to Watch DVDs at Home' S::titleize('i like to watch DVDs at home', 'UTF-8', $ignore);
// 'I Like to Watch DVDs at Home'
``` ```
## TODO ## TODO