<br>
I see people bypass this most often by providing 3 fields on the form, something like "( ___ ) ___ - ____" that way no parsing is required. If you really want to just use one field you might try<br>
/(\d{3,3})\D*(\d{3,3})\D*(\d{4,4})/<br>
<br>
Have fun!<br>
Kai.<br>