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