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