mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-15 01:34:03 +02:00
Fix readme
This commit is contained in:
@@ -20,6 +20,7 @@ A PHP library with a variety of string manipulation functions with multibyte sup
|
|||||||
* [padLeft](#padleft)
|
* [padLeft](#padleft)
|
||||||
* [padRight](#padright)
|
* [padRight](#padright)
|
||||||
* [padBoth](#padboth)
|
* [padBoth](#padboth)
|
||||||
|
* [startsWith](#startswith)
|
||||||
* [Tests](#tests)
|
* [Tests](#tests)
|
||||||
* [License](#license)
|
* [License](#license)
|
||||||
|
|
||||||
@@ -248,7 +249,7 @@ By default, the comparison is case-sensitive, but can be made insensitive
|
|||||||
by setting $caseSensitive to false.
|
by setting $caseSensitive to false.
|
||||||
|
|
||||||
```php
|
```php
|
||||||
S::startsWith('foo bar', 'another', false, $encoding); // ' foo bar '
|
S::startsWith('FÒÔ bàřs', 'fòô bàř', false, 'UTF-8'), // true
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
Reference in New Issue
Block a user