Posts

Showing posts from May, 2020

Remove everything before string in Notepad++

Example: Abcdefghijklmn EXECUTION EXEC myfilename here  Expected Result: EXEC myfilename here   Ctrl+H ==> ^.*(?=EXEC\s)  Enter Ref:  https://stackoverflow.com/questions/46338226/remove-everything-before-string-in-notepad