I'm trying to replace the text between the <title></title> tags with a new
string

ReReplaceNoCase(templatefile,
"<title>[A-Z]*</title>","<title>#PageTitle#</title>", "ALL")

What am I doing wrong? (I really am bad with reg expressions)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to