-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Search with regex replacement #3456
Copy link
Copy link
Closed
Description
I tried the search demo here: http://codemirror.net/demo/search.html.
I wanted to replace some char with a newline:
- pressed Ctrl-Shift-R
- written
<dd>in the text box and pressed enter - written
\nin text box and pressed enter
Actual result:
<dt id="option_indentWithTabs"><code><strong>indentWithTabs</strong>: boolean</code></dt>
\nWhether, when indenting, the first N*<code>tabSize</code>
Expected result:
<dt id="option_indentWithTabs"><code><strong>indentWithTabs</strong>: boolean</code></dt>
Whether, when indenting, the first N*<code>tabSize</code>
I tried with /<dd>/ but the result was the same.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels