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
node_modules/@sapphire/discord-utilities/dist/esm/index.d.mts:905