Remove ln tags from HTML files
Posted: Tue Aug 10, 2010 7:31 pm
I'm trying to remove ln tags from a large collection of html files.
The following regular expression works in Textpad, but not in WildEdit:
Search:
<ln[^>]*>.*<end>\n\n
Replace:
null
Are their specific WildEdit settings that need to be changed in the "options" tab to make this work, or can this expression not be used in WildEdit?
Other expressions such as the ones below work just fine
Search:
<ahtag[^>]*>.*</ahtag>
Replace:
null
Search:
—
Replace:
—
Edit: sorry mods, this post probably belongs in the regular expressions forum instead of here
The following regular expression works in Textpad, but not in WildEdit:
Search:
<ln[^>]*>.*<end>\n\n
Replace:
null
Are their specific WildEdit settings that need to be changed in the "options" tab to make this work, or can this expression not be used in WildEdit?
Other expressions such as the ones below work just fine
Search:
<ahtag[^>]*>.*</ahtag>
Replace:
null
Search:
—
Replace:
—
Edit: sorry mods, this post probably belongs in the regular expressions forum instead of here