notepad
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notepad [2013/06/13 06:49] – skipidar | notepad [2020/12/27 20:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== Notepad++ ==== | ||
+ | === Regular Expressions === | ||
+ | They are described here: http:// | ||
+ | |||
+ | ==Examples Search & Replace== | ||
+ | <code perl> | ||
+ | #replace underscores, | ||
+ | Search: | ||
+ | Replace: $1-- | ||
+ | |||
+ | </ |