Regular expressions (Notepad++)

How to do regular expressions in Notepad ++ search and/or replace
Helpful when you need to more than regular search and replace

CodeFunctionName
What is this?

Public

Tested

Original Work
Searching and replacing : then any number of characters then new line then any number of characters then the string "content" then any number of characters then new line (Screenshot NPP2)
Used when reading list of icons from "Fontawesome-all.css" into fontawesome-5Pro.txt"
    :.*\n.*content.*\n

Searching for 5 numbers followed by 2 spaces (Screenshot NPP3)
Then replace them with anything
    [0-9][0-9][0-9][0-9][0-9]

Views 791

Downloads 239

CodeID
DB ID