Presets example
Always make sure to type manually "must:" and/or "regex:", you need to see the small badges, otherwise it won't work. When you paste a regex line make sure to hold SHIFT + CTRL + V to clear the forma.
Email:pass
First item -> regex:must:^[a-z0-9._%+-]+@[a-z0-9.-]+.[a-z]{2,4}$ Other items -> pass pwd psswd md5 hash (add as much as you want)
OR (will prevent dumping email only but will require more presets)
First item -> regex:must:^[a-z0-9._%+-]+@[a-z0-9.-]+.[a-z]{2,4}$ Second item -> must:pass
User:pass
First item -> must:user Other items -> pass pwd psswd md5 hash... OR must:pass
Phone numbers (regex can be different depending on the country)
Single item -> regex:must:/^+?\d{1,4}[-.\s]?(?\d{1,3})?[-.\s]?\d{1,4}[-.\s]?\d{1,4}[-.\s]?\d{1,9}$/
Last updated