I was working on formatting an xml file in Notepad ++, I need to remove everything before tag. so that it looks clean
Use the find and replace option (CTRL + H)
Use the Regular Expression mode and replace with an empty string.
.*
Hope this helps :)
1 comment:
Thanks for the help..
Post a Comment