Not being a big regex wizard, I'm sure I'm missing something basic
here. I'm trying to check some content for existence of gif images
that are not named "blank.gif". My if statement looks like:

<cfif refindnocase("[^(blank)].gif","#somestring#") gt 0>

However, this is not accounting for any gif where the filename prior
to the extension ends in b, l, a, n, or k, such that join.gif or
nob.gif or kak.gif would be eliminated from the find return.
I thought the parenthesis indicated literal string, so I'm a little
lost. Can anyone explain? Please...

Cheers,
Kris

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295260
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to