UtilitiesTrimBeforeLast Method |
Name | Description | |
---|---|---|
![]() ![]() | TrimBeforeLast(String, Char) |
Returns the "Tail" of a string, after (but not including) the Last instance of specified delimiter.
|
![]() ![]() | TrimBeforeLast(String, String) |
Returns the "Tail" of a string, after (but not including) the Last instance of specified substring.
|