Regular Expressions 101

Community Patterns

New Discord Username

0

Regular Expression
ECMAScript (JavaScript)

/
^(?!.*?\.{2,})[a-z0-9_\.]{2,32}$
/
mg

Description

Validates if a username is valid or not on the new discord username system

Submitted by anonymous - 10 months ago