Static Public Member Functions | |
| static bool | AsBool (this string value) |
| static T | ContinueWith< T > (this string target, [NotNull] Func< string, T > func) |
| static bool | EndsWithAny (this string target, [NotNull] params string[] values) |
| static bool | EndsWithOrdinal (this string target, string value) |
| static string | RemoveFromTheEnd (this string target, int count) |
| static string | RemoveWhitespace (this string target) |
| static bool | StartsWithOrdinal (this string target, string value) |
| static string | ValueAfter ([NotNull] this string target, [NotNull] string value) |
| static string | ValueAfterLast ([NotNull] this string target, [NotNull] string value) |
| static string | ValueAfterLastOrFull ([NotNull] this string target, [NotNull] string value) |