Regular Expressions 101

Community Patterns

10

UUID

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 9 years ago

Unicode username

2

Regular Expression
ECMAScript (JavaScript)

/
^([^\x00-\x7F]|[\w_\ \.\+\-]){2,16}$
/

Description

Loading markdown...
Submitted by Martin Bucko - 8 years ago