EasyPatterns" are a nifty new way to describe patterns of text, in a way that is easy to understand and use, and with plenty of power under the hood. While one user has described them as 'regular expressions for dummies', EasyPatterns actually help you to make use of the underlying power of the perl-style regular expressions, without having to understand them (which is a BIG plus!).
EasyPatterns make parsing a US phone number as easy as :
or if you prefer the long way:
|
(The equivalent perl pattern is
) |
Date added 28 May 2012
Last Updated 12 Oct 2012