function telephoneCheck(str) {_x000D_
var a = /^(1\s|1|)?((\(\d{3}\))|\d{3})(\-|\s)?(\d{3})(\-|\s)?(\d{4})$/.test(str);_x000D_
alert(a);_x000D_
}_x000D_
telephoneCheck("(555) 555-5555");
_x000D_
Where str could be any of these formats: 555-555-5555 (555)555-5555 (555) 555-5555 555 555 5555 5555555555 1 555 555 5555