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