Finds the nth index of string in a string
public static int IndexOfNth(string source, string matchString, int stringInstance, StringComparison stringComparison)
Parameters
source
matchString
stringInstance
stringComparison
Overloads:
See also:
Class StringUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic