Variable: SnowflakeRegex
const
SnowflakeRegex:RegExp
Regex that can capture any Discord Snowflake ID
Raw
/^(?<id>\d{17,20})$/
Remark
Capture group 1 is the Snowflake. It is named id
.
Defined in
projects/utilities/packages/discord-utilities/src/lib/regexes.ts:109