akahuku/wasavi

Substitution with \r writes an r instead of carriage return

unknownbreaker opened this issue · 0 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>