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