mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
2 lines
111 B
TypeScript
2 lines
111 B
TypeScript
|
|
export const EMAIL_REGEX = /(.+)@(.+){2,}\.(.+){2,}/;
|
||
|
|
export const URL_REGEX = /^(ftp|http|https):\/\/[^ "]+$/;
|