3 lines
76 B
TypeScript
3 lines
76 B
TypeScript
|
|
// License: LGPL-3.0-or-later
|
||
|
|
export const Email = /^[^ ]+@[^ ]+\.[^ ]+$/i
|