2 lines
85 B
JavaScript
2 lines
85 B
JavaScript
|
export const R_URL_REQUIRES_PROTOCOL = /^https?:\/\/\w[\w_\-.]*\.[a-z]{2,8}[^\s]*$/;
|