Skip to content

CodeMirrorEditorSearchCursor.replace method

CodeMirrorEditorSearchCursor › replace

Unofficial

Replace the current match with the given text.

Signature:

replace(text: string): void

Parameters:

Parameter Type Description
text string The replacement text.

Returns: void