hnakamur / FormatLink-Firefox

A Firefox web-extension to copy the URL and the title or the selected text to clipboard
https://addons.mozilla.org/ja/firefox/addon/format-link3/
MIT License
45 stars 8 forks source link

trouble with RegEx #45

Closed atomGit closed 2 years ago

atomGit commented 4 years ago

curious why this results in a parse error...

{{text.s("\n").s(" ")}}

hnakamur commented 2 years ago

Sorry for late reply.

So here is the correct answer to replace newline (\n) characters to  .

{{text.s("\\\n"," ")}}

atomGit commented 2 years ago

Sorry for late reply.

i'm sorry also - i solved my problem but forgot about updating this issue