How to remove before character or word in Notepad ++

How to remove before character or word in Notepad ++


i need to remove everything before the text "Insert" from a csv file given below


Use find and replace in notepad++
find: .+(\Insert) replace:  Insert



Output



Hope this helps :)

No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days