Simplified pattern syntax for tVerifyEmail - 7.3

Email validation

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Data Quality components > Validation components (Integration) > Email validation components
Data Quality and Preparation > Third-party systems > Data Quality components > Validation components (Integration) > Email validation components
Design and Development > Third-party systems > Data Quality components > Validation components (Integration) > Email validation components

tVerifyEmail enables you to check the local part of email addresses against a simplified pattern.

The following table lists the simplified pattern syntax elements.

Syntax Equivalent regex Description
9 [0-9] A digit
a [a-z] A lowercase ASCII letter
A [A-Z] An uppercase ASCII letter
w [a-z]+ One or more lowercase ASCII letters
W [A-Z]+ One or more uppercase ASCII letters
? . Any character
* .* Any string
. \. The period symbol
[-_+] [-_+] Any of the symbols found between square brackets
<pattern> pattern Any standard regular expression placed between angle brackets