[ROOT] / doc / toc / ARCQuery / Class / UtilQuery / IndexOfAnyOutsideOf
Equivalent to string.IndexOfAny except that any character encountered inside pairs of the 'outsideOf'-char are not counted.
Example: For parameters ("'+'+'AB'", new char[] { '+' }, '\'') 3 is returned, not 1
Generated 2025-07-07 16:39:58.438 UTC