StringExtensions Methods |
The StringExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| IsEmail | Does the string match the format of an email address? | |
| IsLeft | Returns whether the lift side of the string is the given one. | |
| IsNullOrEmpty | Is the string or empty? | |
| IsNullOrWhiteSpace | Is the string or white-space? | |
| IsRight | Returns whether the right side of the string is the given one. | |
| IsSlice | Returns whether a part of the string is equal to another string. | |
| Left | Returns a substring with the specified numbers of characters from the left side. | |
| Right | Returns a substring with the specified numbers of characters from the right side. | |
| Slice(String, Int32) | Returns a substring starting at a specified index going till the end. | |
| Slice(String, Int32, Int32) | Returns a substring starting and ending at a specified index. | |
| SplitAndTrim | Splits the strings by the specified delimiters and trims each one. |