Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-08-29 14:58
Updated·2022-08-29 15:25
Flavor·ECMAScript (JavaScript)

/
^[-_\p{L}\p{N}\p{sc=Deva}\p{sc=Thai}]{1,32}$
/
u
Open regex in editor

Description

Use this to check if your command name works, like if you're doing traslation

Submitted by Tobiah