StringExtensions.IndexOfPrevious Method

Overload List

IndexOfPrevious(String, Char, Int32) Searches a string from right to left for the next instance of a specified character.
IndexOfPrevious(String, Func<Char, Boolean>, Int32) Searches a string from right to left for the next instance of a character passing the specified delegate.
IndexOfPrevious(String, String, Int32, Boolean) Searches a string from right to left for the next instance of a specified string.

See Also