You would have to write your own regular expression for those formats.
You can google for a number of tutorials on how to write regular expressions.

robsonwr

Cell Phone: (XX) XXXXX-XXXX - ([1-9]{2}) (?:[2-8]|[1-9][1-9])[0-9]{3}-[0-9]{4}$
Email: email@email.com.net - [a-z0-9.]+@[a-z0-9]+.[a-z]+(.[a-z]+)?$
Phone: (XX) XXXX-XXXX - ([1-9]{2}) (?:[2-8]|[1-9][1-9])[0-9]{3}-[0-9]{4}$

🙂

Write a Reply...