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