Searched refs:indexOfIgnoringCase (Results 1 – 1 of 1) sorted by relevance
153 const index = indexOfIgnoringCase(candidate, chunk.textLowerCase);391 function indexOfIgnoringCase(str: string, value: string): number { function