Regular Expressions 101

Community Patterns

1

TireLF

ECMAScript (JavaScript)
no description available
Submitted by Saad - 8 years ago
2

SSN

ECMAScript (JavaScript)
allow nine digits only
Submitted by anonymous - 8 years ago
1

RNP

ECMAScript (JavaScript)
no description available
Submitted by KSrGEAR - 8 years ago

FDQN

1

Regular Expression
ECMAScript (JavaScript)

/
^(?=.{1,22}$)((?=[a-z0-9-]{1,63}\.)(xn--+)?[a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,63}
/

Description

Loading markdown...
Submitted by Pratheesh ps - 8 years ago