Variable: HttpUrlRegex
const
HttpUrlRegex:RegExp
Defined in: node_modules/@sapphire/discord-utilities/dist/esm/index.d.mts:905
Regex that matches any URL starting with http
or https
Raw
/^https?:///
Remark
for WebSocket URLs see WebSocketUrlRegex