Remove everything before string in Notepad++

Example: Abcdefghijklmn EXECUTION EXEC myfilename here 
Expected Result: EXEC myfilename here 
 Ctrl+H ==> ^.*(?=EXEC\s) 
Enter

Comments

Popular posts from this blog