I have this : REFindNoCase("^[2-9]\d{2}-\d{3}-\d{4}$" and it takes some number like 222-222-2222 or 333-333-3333 but not 111-111-1111
Can anyone have any example for phone validation?
Thanks
Pretty sure phone number area codes will not start with a 1

Signature
Ken Ford
Adobe Community Expert - Dreamweaver/ColdFusion
Fordwebs, LLC
http://www.fordwebs.com
>I have this : REFindNoCase("^[2-9]\d{2}-\d{3}-\d{4}$" and it takes some number like 222-222-2222 or 333-333-3333 but not
>111-111-1111
>
> Can anyone have any example for phone validation?
>
> Thanks