UtilitiesTrimAfter Method |
Name | Description | |
---|---|---|
TrimAfter(String, Char) |
Returns the "Head" of a string, before and not including the first instance of specified delimiter.
| |
TrimAfter(String, Int32) |
[Deprecated] Ensures that the target string is iMaxLength or fewer characters
| |
TrimAfter(String, String) |
Returns the "Head" of a string, before and not including a specified search string.
|