![]() |
rapila
|
This is the complete list of members for StringUtil, including all inherited members.
camelize($sString, $bUcFirst=false) (defined in StringUtil) | StringUtil | static |
deCamelize($sString) (defined in StringUtil) | StringUtil | static |
encode($sText, $sEncoding, $sDestinationEncoding) (defined in StringUtil) | StringUtil | static |
encodeForBrowser($sText, $sEncoding="utf-8") (defined in StringUtil) | StringUtil | static |
encodeForDbFromFile($sText) (defined in StringUtil) | StringUtil | static |
encodeFromDatabase($sText) (defined in StringUtil) | StringUtil | static |
endsWith($str, $end) (defined in StringUtil) | StringUtil | static |
getWords($sString, $bFromHtml=false, $sReplaceNonWordsWith= '') (defined in StringUtil) | StringUtil | static |
makeReadableName($sString, $sExplodeString='_') (defined in StringUtil) | StringUtil | static |
normalize($sInput) (defined in StringUtil) | StringUtil | static |
normalizeMinimally($sInput, $sReplaceSpaceWith= '-') (defined in StringUtil) | StringUtil | static |
normalizePath($sInput, $bToLowerCase=true) (defined in StringUtil) | StringUtil | static |
normalizeToASCII($sInput, $sReplaceSpaceWith= '-', $sReplaceNonWordsWith= '') (defined in StringUtil) | StringUtil | static |
startsWith($str, $start) (defined in StringUtil) | StringUtil | static |
truncate($sText, $iLength=20, $sPostfix="…", $iTolerance=3) (defined in StringUtil) | StringUtil | static |