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]