Notepad++ Tips
Remove white space from a file:
Find ^\s* and Replace with ''
#To replace numbers
^[0-9]+
Go to Search -> Replace
Select "Regular expression" under Search mode.
Use^\s*for "Find what" and leave "Replace with" blank.
Click Replace all
^ means ...
arsalanz.hashnode.dev1 min read