[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.


Details

Generated 2024-05-05 07:03:38.806 UTC