[ROOT] / doc / DocFrag / ARCQuery.UtilQuery.SplitOutsideOf
| Key | Value | 
|---|---|
| Assembly | ARCQuery | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -5- | 
| Name | SplitOutsideOf | 
| Namespace | ARCQuery | 
| Type | UtilQuery | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | UtilQuery | 
| MethodName | SplitOutsideOf | 
| MethodSignature | System.Collections.Generic.List`1[System.String] SplitOutsideOf(System.String, System.String, Char) | 
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-10-31 09:36:34.241 UTC