Skip to main content

Module: util/getMatchesInRange

Functions

generateMatchesInRange

generateMatchesInRange(regex, editor, range, direction): Iterable<Range>

Parameters

NameType
regexRegExp
editorTextEditor
rangeRange
directionDirection

Returns

Iterable<Range>

Defined in

util/getMatchesInRange.ts:25


getMatchesInRange

getMatchesInRange(regex, editor, range): Range[]

Parameters

NameType
regexRegExp
editorTextEditor
rangeRange

Returns

Range[]

Defined in

util/getMatchesInRange.ts:6