![]() |
Energy Core Library
|
This is the complete list of members for Energy.Base.Text, including all inherited members.
| BR | Energy.Base.Text | static |
| Check(string input, MatchStyle matchStyle, MatchMode matchMode, bool ignoreCase, string[] filters) | Energy.Base.Text | static |
| Check(string input, MatchMode matchMode, bool ignoreCase, string filter) | Energy.Base.Text | static |
| CheckAll(string input, MatchMode matchMode, bool ignoreCase, params string[] filters) | Energy.Base.Text | static |
| CheckAny(string input, MatchMode matchMode, bool ignoreCase, params string[] filters) | Energy.Base.Text | static |
| CheckNot(string input, MatchMode matchMode, bool ignoreCase, params string[] filters) | Energy.Base.Text | static |
| CheckOne(string input, MatchMode matchMode, bool ignoreCase, params string[] filters) | Energy.Base.Text | static |
| CheckRegex(string input, string pattern, RegexOptions options) | Energy.Base.Text | static |
| CheckRegex(string input, string pattern, bool ignoreCase) | Energy.Base.Text | static |
| CheckSame(string input, string filter, bool ignoreCase) | Energy.Base.Text | static |
| CheckSimple(string input, string filter, bool ignoreCase) | Energy.Base.Text | static |
| CheckWild(string input, string wild, bool ignoreCase) | Energy.Base.Text | static |
| Contains(object o, string search) | Energy.Base.Text | static |
| ContainsWhitespace(char[] charArray) | Energy.Base.Text | static |
| Convert(string value, ConvertAction action) | Energy.Base.Text | static |
| Convert(string[] array, ConvertAction action) | Energy.Base.Text | static |
| ConvertAction(string value) | Energy.Base.Text | |
| Each(string input) | Energy.Base.Text | static |
| Exchange(ref string first, ref string second) | Energy.Base.Text | static |
| GetMiddleStringPatternChar(string pattern) | Energy.Base.Text | static |
| GetMiddleStringPrefix(string pattern) | Energy.Base.Text | static |
| GetMiddleStringSuffix(string pattern) | Energy.Base.Text | static |
| IsLike(string text) | Energy.Base.Text | static |
| IsWild(string text) | Energy.Base.Text | static |
| Join(string with, params string[] array) | Energy.Base.Text | static |
| JoinWith(string with, params string[] array) | Energy.Base.Text | static |
| LikeToRegex(string value) | Energy.Base.Text | static |
| Limit(string text, int limit) | Energy.Base.Text | static |
| Limit(string text, int limit, string suffix) | Energy.Base.Text | static |
| Limit(string text, int limit, string prefix, string suffix) | Energy.Base.Text | static |
| NL | Energy.Base.Text | static |
| RemoveEmptyLines(string text) | Energy.Base.Text | static |
| RemoveWhitespace(string value) | Energy.Base.Text | static |
| Select(params string[] list) | Energy.Base.Text | static |
| Split(string input) | Energy.Base.Text | static |
| SplitDictionary(string text, string quotes, string equalities, string brackets) | Energy.Base.Text | static |
| SplitList(string text, string commas, string quotes) | Energy.Base.Text | static |
| SplitNewLine(string content) | Energy.Base.Text | static |
| SplitNewLine(string content, bool removeEmptyEntries) | Energy.Base.Text | static |
| Surround(string value, string delimiter, string[] special) | Energy.Base.Text | static |
| Surround(string value, string delimiter) | Energy.Base.Text | static |
| Surround(string text, string prefix, string suffix, bool optional) | Energy.Base.Text | static |
| Texture(string pattern, int size) | Energy.Base.Text | static |
| Trim(string value) | Energy.Base.Text | static |
| WildToLike(string text) | Energy.Base.Text | static |
| WildToRegex(string value) | Energy.Base.Text | static |
| WS | Energy.Base.Text | static |