Module: util/getMatchesInRange
Functions
generateMatchesInRange
▸ generateMatchesInRange(regex
, editor
, range
, direction
): Iterable
<Range
>
Parameters
Name | Type |
---|---|
regex | RegExp |
editor | TextEditor |
range | Range |
direction | Direction |
Returns
Iterable
<Range
>
Defined in
getMatchesInRange
▸ getMatchesInRange(regex
, editor
, range
): Range
[]
Parameters
Name | Type |
---|---|
regex | RegExp |
editor | TextEditor |
range | Range |
Returns
Range
[]