Help:VisualEditor/User guide/Find and replace
Note: When you edit this page, you agree to release your contribution under the CC0. See Public Domain Help Pages for more info. |
VisualEditor portal |
---|
General |
About |
Help with the launch |
VisualEditor includes a powerful Find and Replace tool. After loading a page in VisualEditor, you can access it from Menu icon , then choosing Find and replace. You can also press Ctrl+G or ⌘ Cmd+G.
Regular expressions
editSwitch on button, to enable regular expressions (regex).
In the Find field, some special characters are interpreted as PCRE metacharacters. See documentation.
If you capture subpattern using parentheses, you may reuse captured string in Replace field with ordered $1, $2 … $n
variables.
Limitations
editYou cannot look for newline character.
You cannot replace a phrase based on a lookahead or lookbehind regex.