You seem to be very interested in regular expressions and text 
processing.  CF-RegEx is a low-volume list with a bunch of guys with 
heads full of expertise and nothing to do.  Operators are standing by!

In the meantime, if you need to match the same char 3 times:
([a-z0-9])\1\1
Or the same 3 chars repeated:
([a-z0-9]{3})\1

Is that what you were asking?

--Ben Doom

Kenny Kinds wrote:
> One more question for you. Initially I stated that I was looking for double 
> characters when i actually i need to search for 3 characters in a row. 
> Everything i've tried doesn't give me the correct results.
> 
> Any ideas.
> 
>> Little do you know, that code lets me exploit holes in your server's 
>> ozone with my nuclear bit bucket.  Bwah, hahahahahah!
>>
>> --Ben Doom
>>
>> Kenny Kinds wrote:
>>> You guys are awesome!
>>>
>>> Thanks alot.
>>>
>>> Doom, you're not as bad as the comics make you out to be. 
>>>
>>>
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

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

Reply via email to