Notepad++ is simple yet very useful editor for developers that helps coding tonnes of lines of code effectively .A talented developer should learn the best ways to use Notepad++ efficiently . Notepad++ regular expression search is useful when there is a large piece of code and you want to find a particular pattern of text on all the lines.I will list out some scenarios to help you understand. 1.Selecting the line that starts with <search string> Selection will be made starting from the word till the end of the line. (script).* – Searches the text that starts with ‘script’ 2.Starting and ending characters are known Searching would be simple if we know the exact search phrase but what if it was not constant?Thats where extended
The post Using Regular Expression Search in Notepad++ appeared first on Devlup.