Whoa there -- Studio DOES do wildcard search and replace!  It even does
(it's own version of) Regular Expressions!  Take a look at "EXTENDED" search
and replace!

> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, October 19, 2000 4:15 PM
> To:   CF-Talk
> Subject:      RE: disappearing form variables
> 
> > Anyone have a good way for Studio to do a search and replace to convert
> >
> > <a href="foobar.cfm">Blah</a>
> >
> > to
> >
> > <a href="foobar.cfm>#session.urltoken#">Blah</a>
> 
> I'd probably search for:
> 
>     .cfm"
> 
> and replace with
> 
>     .cfm#session.urltoken#"
> 
> You might hit some includes or some cflocations that way, though. Too bad
> Studio won't do wildcard searches.
> 
> -Ron
> 
> 
> --------------------------------------------------------------------------
> ----------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
> a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to