From 057f0310a7c8832820aa55be23336f0e14f04f58 Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Wed, 17 Jul 2013 20:07:26 -0400 Subject: [PATCH] Update TODO with additional methods --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index d3049dc..978f21e 100644 --- a/README.md +++ b/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