UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (4 loc) 268 B
const _isFormatIdnEmail = (str) => PATTERN.test(str); const PATTERN = /^(([^<>()[\]\.,;:\s@\"]+(\.[^<>()[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i; export { _isFormatIdnEmail }; //# sourceMappingURL=_isFormatIdnEmail.mjs.map