Skip to content

CodeMirrorEditorSearchCursor.find method

CodeMirrorEditorSearchCursor › find

Unofficial

Find the next or previous match. Returns true if a match was found.

Signature:

find(reverse?: boolean | undefined): boolean

Parameters:

ParameterTypeDescription
reverse?boolean | undefinedWhether to search in reverse direction.

Returns: booleanWhether a match was found.