UNPKG

vtils

Version:

一个面向业务的 JavaScript/TypeScript 实用程序库。

7 lines (6 loc) 296 B
import { RegExpBuilder } from "./RegExpBuilder.js"; // https://github.com/colinhacks/zod/blob/master/src/types.ts#LL560C19-L560C19 var baseRegExp = /([A-Z0-9_+-]+\.?)*[A-Z0-9_+-]@([A-Z0-9][A-Z0-9-]*\.)+[A-Z]{2,}/i; export var emailRegExpBuilder = new RegExpBuilder({ baseRegExp: baseRegExp });