EzeScan WebApps

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