[ROOT] / doc / toc / ARCQuery / Class / UtilQuery / SplitOutsideOf / __TOCDet
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-05-23 01:21:52.665 UTC