scorpion
02-18-2003, 09:32 AM
Hey, I've been looking at reg exp for a while now...ok....a few days...and i can't be the only one who thinks it looks like a tin of spaghetti.
Say I have an anchor tag:
<a href="dynamic.php?page=mytest">My Test</a>
How can I use reg exp to change that anchor tag to:
<a href="mytest.html">My Test</a>
I hope someone can help :)
Scorpion
------------------------------------
Act first - ask questions later
------------------------------------
Say I have an anchor tag:
<a href="dynamic.php?page=mytest">My Test</a>
How can I use reg exp to change that anchor tag to:
<a href="mytest.html">My Test</a>
I hope someone can help :)
Scorpion
------------------------------------
Act first - ask questions later
------------------------------------