Searched refs:nthIndexOf (Results 1 – 1 of 1) sorted by relevance
629 const start = nthIndexOf(str, substring, options ? options.index : 0);715 const start = nthIndexOf(str, substring, options ? options.index : 0);728 function nthIndexOf(str: string, substr: string, n: number): number { function