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