Inheritance diagram for StringUtils:


Static Public Member Functions | |
| static Boolean | Contains (,) |
| static Boolean | ContainsB (,) |
| static Boolean | EndsWith (,) |
| static Boolean | EndsWithB (,) |
| static Boolean | IsEmpty () |
| static Boolean | StartsWith (,) |
| static Boolean | StartsWithB (,) |
Static Protected Member Functions | |
| static String | Chop (,) |
| static String | ChopB (,) |
| static static String | ControlCharacters () |
| static Integer | Count (,) |
| static Integer | CountB (,) |
| static integer | CountFieldsQuoted (string src, string sep) |
| static Integer | CountRegEx (,) |
| static String | DecimalSeparator () |
| static static static | Double () SplitToCDbl( |
| static static | Double () SplitToVal( |
| static Integer | EditDistance (,) |
| static Integer | Hash () |
| static String | HexB () |
| static Integer | InStrReverse (=-1,,) |
| static Integer | InStrReverseB (=-1,,) |
| static | Integer () SplitToInt( |
| static String | LTrim (,) |
| static void | Metaphone (,,) |
| static string | NthFieldQuoted (string src, string sep, integer index) |
| static String | PadBoth (String s, Integer width, String padding=" ") |
| static String | PadLeft (String s, Integer width, String padding=" ") |
| static String | PadRight (String s, Integer width, String padding=" ") |
| static String | Remove (,=" ") |
| static static static static String | Repeat (String s, Integer repeatCount) |
| static String | ReplaceRange (,,,) |
| static String | ReplaceRangeB (,,,) |
| static String | Reverse () |
| static String | ReverseB () |
| static String | RTrim (,) |
| static String | Soundex (,=true) |
| static string | Sprintf (string src, Variant ParamArray data) |
| static static static static static String | SQLify () |
| static String | Squeeze (,=" ") |
| static | String () SplitByLengthB( |
| static | String () SplitByLength( |
| static static static static | String () SplitByRegEx( |
| static String | ThousandsSeparator () |
| static static String | Trim (,) |
Static Private Member Functions | |
| static Boolean | MIsVowel (,) |
| static Boolean | MStringAt (,,,) |
| static String StringUtils.Chop | ( | ) | [static, protected] |
| static String StringUtils.ChopB | ( | ) | [static, protected] |
| static static String StringUtils.ControlCharacters | ( | ) | [static, protected] |
| static Integer StringUtils.Count | ( | ) | [static, protected] |
| static Integer StringUtils.CountB | ( | ) | [static, protected] |
| static integer StringUtils.CountFieldsQuoted | ( | string | src, | |
| string | sep | |||
| ) | [static, protected] |
| static Integer StringUtils.CountRegEx | ( | ) | [static, protected] |
| static String StringUtils.DecimalSeparator | ( | ) | [static, protected] |
| static static static StringUtils.Double | ( | ) | [static, protected] |
| static static StringUtils.Double | ( | ) | [static, protected] |
| static Integer StringUtils.EditDistance | ( | ) | [static, protected] |
| static Integer StringUtils.Hash | ( | ) | [static, protected] |
| static String StringUtils.HexB | ( | ) | [static, protected] |
| static Integer StringUtils.InStrReverse | ( | ) | [static, protected] |
| static Integer StringUtils.InStrReverseB | ( | ) | [static, protected] |
| static StringUtils.Integer | ( | ) | [static, protected] |
| static String StringUtils.LTrim | ( | ) | [static, protected] |
| static void StringUtils.Metaphone | ( | ) | [static, protected] |
| static Boolean StringUtils.MIsVowel | ( | ) | [static, private] |
| static Boolean StringUtils.MStringAt | ( | ) | [static, private] |
| static string StringUtils.NthFieldQuoted | ( | string | src, | |
| string | sep, | |||
| integer | index | |||
| ) | [static, protected] |
| static String StringUtils.PadBoth | ( | String | s, | |
| Integer | width, | |||
| String | padding = " " | |||
| ) | [static, protected] |
| static String StringUtils.PadLeft | ( | String | s, | |
| Integer | width, | |||
| String | padding = " " | |||
| ) | [static, protected] |
| static String StringUtils.PadRight | ( | String | s, | |
| Integer | width, | |||
| String | padding = " " | |||
| ) | [static, protected] |
| static String StringUtils.Remove | ( | ) | [static, protected] |
| static static static static String StringUtils.Repeat | ( | String | s, | |
| Integer | repeatCount | |||
| ) | [static, protected] |
| static String StringUtils.ReplaceRange | ( | ) | [static, protected] |
| static String StringUtils.ReplaceRangeB | ( | ) | [static, protected] |
| static String StringUtils.Reverse | ( | ) | [static, protected] |
| static String StringUtils.ReverseB | ( | ) | [static, protected] |
| static String StringUtils.RTrim | ( | ) | [static, protected] |
| static String StringUtils.Soundex | ( | ) | [static, protected] |
| static string StringUtils.Sprintf | ( | string | src, | |
| Variant ParamArray | data | |||
| ) | [static, protected] |
| static static static static static String StringUtils.SQLify | ( | ) | [static, protected] |
| static String StringUtils.Squeeze | ( | ) | [static, protected] |
| static StringUtils.String | ( | ) | [static, protected] |
| static StringUtils.String | ( | ) | [static, protected] |
| static static static static StringUtils.String | ( | ) | [static, protected] |
| static String StringUtils.ThousandsSeparator | ( | ) | [static, protected] |
| static static String StringUtils.Trim | ( | ) | [static, protected] |
1.5.1