Search found 1 match

by curb
Thu Jun 08, 2006 9:14 am
Forum: Advanced Find and Replace
Topic: Remove everything but...
Replies: 2
Views: 9137

Remove everything but...

I want to remove everything on the html but the form. There are different form actions on each page so I need it to scan: The begining word needs to be <form and the ending word has to be </form> so it'll also save the words in between also. Example: <html> <head> <title>Abacre</title> </head> <body...