Variable: HttpUrlRegex
const
HttpUrlRegex:RegExp
Defined in: projects/utilities/packages/discord-utilities/src/lib/regexes.ts:66
Regex that matches any URL starting with http
or https
Raw
/^https?:///
Remark
for WebSocket URLs see WebSocketUrlRegex