mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-13 00:34:11 +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
|
||||
|
||||
**char** => chr
|
||||
|
||||
**startsWith**
|
||||
|
||||
**endsWith**
|
||||
@@ -257,16 +259,32 @@ S::padBoth('foo bar', 9, ' '); // ' foo bar '
|
||||
|
||||
**between**
|
||||
|
||||
**replace** => substr_replace
|
||||
|
||||
**insert**
|
||||
|
||||
**truncate**
|
||||
|
||||
**prune**
|
||||
|
||||
**wordWrap** => wordwrap
|
||||
|
||||
**reverse** => strrev
|
||||
|
||||
**shuffle** => str_shuffle
|
||||
|
||||
**explode** => explode
|
||||
|
||||
**longestCommonPrefix**
|
||||
|
||||
**longestCommonSubstring**
|
||||
|
||||
**countChars** => count_chars
|
||||
|
||||
**wordCount** => str_word_count
|
||||
|
||||
**count** => substr_count
|
||||
|
||||
**isJson**
|
||||
|
||||
## Tests
|
||||
|
Reference in New Issue
Block a user