Regex Phone Number - Step by Step

Published: 23 July 2011
on channel: optikalefx
67,261
597

This is the basics of a phone number regex to just help you understand how to write regex in general

VIDEO CORRECTION!! The end of the regex needs to be a $ not a ?

^\+?\d.\s? // +1 or +44
\(?\d{3}\)? // first part
[-.\s]? // possible spacing / sep
\d{3} // 2nd part
[-.\s]? // possible spacing / sep
\d{4}? // 3rd part


Watch video Regex Phone Number - Step by Step online without registration, duration hours minute second in high quality. This video was added by user optikalefx 23 July 2011, don't forget to share it with your friends and acquaintances, it has been viewed on our site 67,261 once and liked it 597 people.