[ROOT] / doc / toc / ARCQuery / Class / UtilQuery
IndexOfAnyOutsideOf , IndexOfOutsideOf , SpecialLinkPrefixes , SplitOutsideOf
Utility methods for ARCQuery.
See UtilCore for documentation about what belongs in such a Utility class like this.
See also Extensions.
| IndexOfAnyOutsideOf | Equivalent to string.IndexOfAny except that any character encountered inside pairs of the 'outsideOf'-char are not counted. | 
| IndexOfOutsideOf | Equivalent to string.IndexOf except that any character encountered inside pairs of the 'outsideOf'-char are not counted. | 
| SpecialLinkPrefixes | Contains prefixes for which links (see LinkInsertionInDocumentation) are also desired without the prefix. | 
| SplitOutsideOf | Equivalent to string.Split except that any character encountered inside pairs of the 'outsideOf'-char are not counted as separators. | 
Generated 2025-10-31 13:45:30.428 UTC