[ROOT] / doc / toc / ARCQuery / Class / UtilQuery / SplitOutsideOf
Equivalent to string.Split except that any character encountered inside pairs of the 'outsideOf'-char are not counted as separators.
Example: For parameters ("'.'.A", ".") two elements are returned, not three.
TODO: As of Mar 2021 the code is very inefficient for long strings.
Generated 2025-05-22 21:05:03.388 UTC