Why not regex it?
Find
\/n
Replace
/n
Or make a macro.
A community for discussing the notepad++ text editor https://notepad-plus-plus.org/
Looking for mods, if you want to mod the community feel free to dm @Ategon@programming.dev
Why not regex it?
Find
\/n
Replace
/n
Or make a macro.
I think the key bit that OP was missing was the escape character \
At least, that's the mistake I was making once
First thing I thought by reading the post. I'm glad to see your comments now.