1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-17 18:46:19 +02:00

Update TODO with additional methods

This commit is contained in:
Daniel St. Jules
2013-07-17 20:07:26 -04:00
parent e85687fd5b
commit 057f0310a7

View File

@@ -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