1
0
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:
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
**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