mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
2 lines
114 B
TypeScript
2 lines
114 B
TypeScript
export const EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
|
|
export const URL_REGEX = /^(ftp|http|https):\/\/[^ "]+$/; |