Click or drag to resize

StringExtensionsIndexOfRepeatedChar Method

Overload List
  Name Description
Public Extension Method IndexOfRepeatedChar(String) Searches a string for an instance of a repeated character.
Public Extension Method IndexOfRepeatedChar(String, Char) Searches a string for a repeated instance of the specified characterToFind.
Public Extension Method IndexOfRepeatedChar(String, Int32) Searches a string for an instance of a repeated character from specified startIndex.
Public Extension Method IndexOfRepeatedChar(String, Char, Int32) Searches a string for a repeated instance of the specified characterToFind from specified startIndex.
Top
See Also