I may simply be confused, but I just had a global find/replace operation appear to go rather haywire on me and thought I'd ask about it. The following values were entered in the dialog...
Find: <cfif Session.InAdminGroup IS "Yes">
Replace: <cfif Session.InAdminGroup>
"Ignore case" was checked and "Regular expression" was unchecked.
Here's what I ended up with in each replaced instance...
<cfif NOT Session.In<cfif Session.InAdminGroup>>
That doesn't seem quite right to me.
-- Jack Baty Fusionary Media - http://www.fusionary.com