RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.39k stars 2.17k forks source link

Provide multiple separators for email validator #2766

Open earthddx opened 8 months ago

earthddx commented 8 months ago

Could we have an option to extend the separator option in email validation from one value to multiple so that the inputmask would look for any of the provided values? I need it in the case when the input data might use either comma or semicolon followed by either whitespace or not (4 possible different cases) as a separator.