Click or drag to resize

StringExtensionsIndexOfPreviousNot Method

Overload List
  Name Description
Public Extension Method IndexOfPreviousNot(String, Char, Int32) Searches a string from right to left for the next instance of a character that is not the specified character.
Public Extension Method IndexOfPreviousNot(String, Char, Int32) Searches a string from right to left for the next instance of a character that is not contained in the specified collection of characters.
Public Extension Method IndexOfPreviousNot(String, FuncChar, Boolean, Int32) Searches a string from right to left for the next instance of a character that does not pass the given delegate function.
Top
See Also