StringExtensionsIndexOfPrevious Method

Overload List

IndexOfPrevious(String, Char, Int32) Searches a string from right to left for the next instance of a specified character.
IndexOfPrevious(String, FuncChar, 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