Problems Replacing ASP Tags
Posted: Thu Aug 02, 2001 10:35 am
Hi all!
I'm trying to create a regular expression to replace all lines, similar to the following:
<% PageTitle = "Blah" %>
With:
<title>Blah</title>
The content of the PageTitle variable, "Blah" in this example, should remain untouched. I've spent God knows how long trying all sorts of expressions to do this with no luck.
Is it possible? If so, how?
JC
I'm trying to create a regular expression to replace all lines, similar to the following:
<% PageTitle = "Blah" %>
With:
<title>Blah</title>
The content of the PageTitle variable, "Blah" in this example, should remain untouched. I've spent God knows how long trying all sorts of expressions to do this with no luck.
Is it possible? If so, how?
JC