Hi I have a file which contains the following text
<cfset objNews.strNewsTickerLink =
"index.cfm?pageid=83">
Now what i'd like to do is to scrape out the value of this
variable i.e. 'index.cfm?pageid=83'. Now this variable can be
different.... so basically whatever the value of the variable
objNews.strNewsTickerLink is set to.. I'd like to get it out. Now
I'm not that great with regular expressions... can anyone help me
out?
Thx