mirror of
https://github.com/documenso/documenso.git
synced 2026-07-09 12:35:04 +10:00
bbcb90d8a5
Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
3 lines
135 B
TypeScript
3 lines
135 B
TypeScript
export const URL_REGEX =
|
|
/^(https?):\/\/(?:www\.)?(?:[a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.[a-zA-Z0-9()]{2,}(?:\/[a-zA-Z0-9-._?&=/]*)?$/i;
|