Skip to main content
Skip table of contents

Validation Regular Expressions

Regex

Description

Example

^[a-zA-Z0–9+_.-]+@[a-zA-Z0–9.-]+$

Common Email Address

user@domain.com.au

\d?\d/\d?\d/\d\d\d\d

Short date

25/12/2020

^[^\d]{4}$

4 or more alpha numeric characters

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.