|
Joutsen v0.5.0+12-g5dd5f7e
|
This is the complete list of members for Joutsen.StringExtensions, including all inherited members.
| ConvertCharToLowerCase(this String value, int charIndex) | Joutsen.StringExtensions | static |
| ConvertCharToUpperCase(this String value, int charIndex) | Joutsen.StringExtensions | static |
| EndsWithChar(this string value, char c, StringComparison comparison) | Joutsen.StringExtensions | static |
| EndsWithChar(this string value, char c) | Joutsen.StringExtensions | static |
| FormatWith(this string format, Map< String, Object > values) | Joutsen.StringExtensions | static |
| FormatWith(this string format, IFormatProvider formatProvider, Map< String, Object > values) | Joutsen.StringExtensions | static |
| FormatWith(this string format, object values) | Joutsen.StringExtensions | static |
| FormatWith(this string format, IFormatProvider formatProvider, object values) | Joutsen.StringExtensions | static |
| FormatWith(this string format, params object[] values) | Joutsen.StringExtensions | static |
| FormatWith(this string format, IFormatProvider formatProvider, params object[] values) | Joutsen.StringExtensions | static |
| IsNumeric(this String stringValue) | Joutsen.StringExtensions | static |
| NormalizeForSearch(this String stringValue) | Joutsen.StringExtensions | static |
| NormalizeToNonCombining(this String stringValue) | Joutsen.StringExtensions | static |
| ReplaceMany(this String input, SCG.IEnumerable< Tuple< String, String > > replacements) | Joutsen.StringExtensions | static |
| ReplaceMany(this String input, SCG.IEnumerable< SCG.KeyValuePair< String, String > > replacements) | Joutsen.StringExtensions | static |
| ReplaceMany(this String input, SCG.IEnumerable< Tuple< Char, Char > > replacements) | Joutsen.StringExtensions | static |
| ReplaceMany(this String input, SCG.IEnumerable< SCG.KeyValuePair< Char, Char > > replacements) | Joutsen.StringExtensions | static |
| StartsWithAny(this string value, SCG.IEnumerable< String > prefixes) | Joutsen.StringExtensions | static |
| StartsWithAny(this string value, SCG.IEnumerable< String > prefixes, StringComparison option) | Joutsen.StringExtensions | static |