mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-16 10:14:05 +02:00
Update TODO with additional methods
This commit is contained in:
18
README.md
18
README.md
@@ -241,6 +241,8 @@ S::padBoth('foo bar', 9, ' '); // ' foo bar '
|
|||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
**char** => chr
|
||||||
|
|
||||||
**startsWith**
|
**startsWith**
|
||||||
|
|
||||||
**endsWith**
|
**endsWith**
|
||||||
@@ -257,16 +259,32 @@ S::padBoth('foo bar', 9, ' '); // ' foo bar '
|
|||||||
|
|
||||||
**between**
|
**between**
|
||||||
|
|
||||||
|
**replace** => substr_replace
|
||||||
|
|
||||||
**insert**
|
**insert**
|
||||||
|
|
||||||
**truncate**
|
**truncate**
|
||||||
|
|
||||||
**prune**
|
**prune**
|
||||||
|
|
||||||
|
**wordWrap** => wordwrap
|
||||||
|
|
||||||
|
**reverse** => strrev
|
||||||
|
|
||||||
|
**shuffle** => str_shuffle
|
||||||
|
|
||||||
|
**explode** => explode
|
||||||
|
|
||||||
**longestCommonPrefix**
|
**longestCommonPrefix**
|
||||||
|
|
||||||
**longestCommonSubstring**
|
**longestCommonSubstring**
|
||||||
|
|
||||||
|
**countChars** => count_chars
|
||||||
|
|
||||||
|
**wordCount** => str_word_count
|
||||||
|
|
||||||
|
**count** => substr_count
|
||||||
|
|
||||||
**isJson**
|
**isJson**
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
Reference in New Issue
Block a user