Skip to content

CodeMirrorEditorSearchCursor.replace method

CodeMirrorEditorSearchCursor › replace

Unofficial

Replace the current match with the given text.

Signature:

replace(text: string): void

Parameters:

ParameterTypeDescription
textstringThe replacement text.

Returns: void