UNPKG

discord-tool

Version:
5 lines (4 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.URLRegex = void 0; exports.URLRegex = /(https?:\/\/)?(www\.)?((([a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,6})|((\d{1,3}\.){3}\d{1,3}))(:[0-9]{1,5})?(\/.*)?)/gm;