akahuku / wasavi

wasavi is an extension for Chrome, Firefox, and Opera. wasavi changes a textarea element to virtual vi editor which supports almost all the vi/ex commands.

Home Page:http://appsweets.net/wasavi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Substitution with \r writes an r instead of carriage return

unknownbreaker opened this issue · comments

I'm trying to replace semicolons in a sentence with the following regex pattern: <\/li>\r<li>.

I expect it to write:

</li>
<li>

but it instead writes:

</li>r<li>