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
hashThe 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:passUser : Pass
must:user
pass
pwd
psswd
hashOr, for a minimal variant:
must:user
must:passPhone 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.