mirror of
https://github.com/documenso/documenso.git
synced 2025-11-11 04:52:41 +10:00
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;
|