mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-12 00:04:11 +02:00
Prevent scollbar
This commit is contained in:
@@ -129,7 +129,8 @@ capitalized.
|
||||
|
||||
```php
|
||||
$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
|
||||
|
Reference in New Issue
Block a user