Match RegEx
Replace RegEx
Input
Match
Replace
Useful Patterns
US Zip Code:
^\d\d\d\d\d(-\d\d\d\d)?$
Phone Number:
^\d\d\d-\d\d\d-\d\d\d\d$
Phone Number Option Area Code:
^(\d\d\d-)?\d\d\d-\d\d\d\d$