that matches 2 consecutive matches.

ie "jshas89kshjas"

or "sdd65987987"

> -----Original Message-----
> From: Kola Oyedeji [mailto:[EMAIL PROTECTED] 
> Sent: 16 January 2004 16:04
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] need another pair of eyes to look at this 
> simple regex
> 
> 
> Ok, Quick regex question
> 
> I have the following which is supposed to return true if 
> string contains 2 or more numbers - can anyone see what I'm 
> missing here (it always returns false).
> 
> if( not reFindNoCase("([0-9]){2,}", "k7p2oog"){
>  return true;
> } else {
>  return false;
> }
> 
> 
> Thanks 
> 
> Kola Oyedeji
> Certified Advanced Coldfusion Developer,
> ICLP London
> DDI: +44 (0) 208 256 9034 (Ex.2204)
> 
www.iclployalty.com



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED] For human
help, e-mail: [EMAIL PROTECTED]


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to