Regular Expressions 101

Community Patterns

1

WoW Screenshot

Python
If you need to rename it
Submitted by anonymous - 7 years ago
1

gotcha

ECMAScript (JavaScript)
Ci
Submitted by anonymous - 7 years ago
1

MML

Python
no description available
Submitted by Aron - 7 years ago

Complex Javascript Regex (With Non ASCII Support)

1

Regular Expression
ECMAScript (JavaScript)

/
^(?=([A-Za-z0-9]|[^\x00-\x7F])([A-Za-z0-9@._%+-]|[^\x00-\x7F]){5,253}$)([A-Za-z0-9._%+-]|[^\x00-\x7F]){1,64}@(?:(?=([A-Za-z0-9-]|[^\x00-\x7F]){1,63}\.)([A-Za-z0-9]|[^\x00-\x7F])+(?:-([A-Za-z0-9]|[^\x00-\x7F])+)*\.){1,8}([A-Za-z]|[^\x00-\x7F]){2,63}$
/
gm

Description

Loading markdown...
Submitted by anonymous - 7 years ago