Click or drag to resize

StringExtensions.IndexOfPrevious Method

Overload List
  Name Description
Public Extension Method IndexOfPrevious(String, Char, Int32) Searches a string from right to left for the next instance of a specified character.
Public Extension Method IndexOfPrevious(String, Func<Char, Boolean> , Int32) Searches a string from right to left for the next instance of a character passing the specified delegate.
Public Extension Method IndexOfPrevious(String, String, Int32, Boolean) Searches a string from right to left for the next instance of a specified string.
Top
See Also