No it doesn't. Neither does yours. Patrick's was closer though. The only thing I could find that it failed on was an all numeric string 6 to 12 characters long. Yours failed for that as well as a string of all letters 6 to 12 characters long.
Where's Ben Doom? lol ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -----Original Message----- From: Steve Brownlee [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 2:47 PM To: CF-Talk Subject: RE: RegEx help Forget my attempt, Patrick's works perfectly. -----Original Message----- From: Steve Brownlee [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 2:29 PM To: CF-Talk Subject: RE: RegEx help You could try this... \b[(\d+|\w+)]{6,12}\b ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261911 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

