mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
2 lines
135 B
TypeScript
2 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;
|