Preset Examples

Use these templates as a starting point when building your own presets.

Email : Password

regex:must:^[a-z0-9._%+\-]+@[a-z0-9.\-]+\.[a-z]{2,4}$
pass
pwd
psswd
md5
hash

The first entry ensures an email format. Additional lines capture common password column names. If you prefer to reduce duplicates, split the preset into two entries:

regex:must:^[a-z0-9._%+\-]+@[a-z0-9.\-]+\.[a-z]{2,4}$
must:pass

User : Pass

must:user
pass
pwd
psswd
hash

Or, for a minimal variant:

must:user
must:pass

Phone Numbers

regex:must:/^\+?\d{1,4}[-.\s]?\(?\d{1,3}\)?[-.\s]?\d{1,4}[-.\s]?\d{1,4}[-.\s]?\d{1,9}$/

Adjust the regex to match the country codes and number formats you expect in your data.

On this page