Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-07-07 02:09
Flavor·ECMAScript (JavaScript)

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

Description

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

Submitted by anonymous