Range.GetRangesByLines Method
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
RangeGetRangesByLines Method |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| GetRangesByLines(Regex) |
Finds ranges for given regex.
Search is separately in each line.
This method requires less memory than GetRanges().
| |
| GetRangesByLines(String, RegexOptions) |
Finds ranges for given regex pattern.
Search is separately in each line.
This method requires less memory than GetRanges().
|