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