J2897

Notepad++ Regex

Sep 27th, 2020 (edited)
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

Regular Expressions

Regex examples for use in Notepad++

Set the Search Mode to: Regular expression

Find Replace Effect
[?&](?=\w+=) \r\n Separates a URI's parameters.
\s+ <space> Appends lines into a paragraph.

Disclaimer

I'm currently learning about Markdown, something I think everyone should learn. And, hopefully, this simple text file should look quite pretty when viewed in any Markdown editor - such as ghostwriter or Obsidian - once it's complete. But don't expect the information above to be accurate nor useful to yourself.

Add Comment
Please, Sign In to add comment