Method ExtString.FindLastAny
Overload
Finds the last character specified in chars (searches right to left). Returns its index, or -1 if not found.
public static int FindLastAny(this string t, string chars, Range? range = null)
Parameters
Returns
Exceptions
ArgumentNullException
chars is |
ArgumentOutOfRangeException
Invalid range. |