diff --git a/functions/strings.xml b/functions/strings.xml index c36c1147d3..825e1edfa3 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -1572,11 +1572,6 @@ $clean = ltrim($binary,"\0x00..\0x1F"); <lphilips@verity.com>. It is described in ["Practical Algorithms for Programmers", Binstock & Rex, Addison Wesley, 1995]. - - - This function was added in PHP 4.0. - - @@ -2130,6 +2125,10 @@ soundex("Lukasiewicz") == soundex("Lissajous") == 'L222'; + + See also levenshtein, + metaphone, and similar_text. +