Chap 12 (Using the Find and Replace Function) of Using CF Studio says you have to put the ] at the beginning, because it can't be escaped in any other position.
" A set of characters enclosed in brackets ([]) is a one-character RE that matches any of the characters in that set. For example, "[akm]" matches an "a", "k", or "m". Note that if you want to include ] (closing square bracket) in square brackets it must be the first character. Otherwise, it won't work even if you use \]. " good luck, Chris Norloff ---------- Original Message ---------------------------------- from: "Lee Fuller" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] date: Thu, 15 Nov 2001 11:27:25 -0800 >Ok.. I've tried just about every way I know of to escape this puppy (the >"]" character) so that I can search for it in a string using >REFindNoCase. > >Anyone have experience with this one? > >TTAIA > > Lee > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

