CodeMirrorEditorSearchCursor.replace method
CodeMirrorEditorSearchCursor › replace
Unofficial
Replace the current match with the given text.Signature:
replace(text: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| text | string | The replacement text. |
Returns: void