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

extract domain with port

4

Regular Expression
ECMAScript (JavaScript)

/
^(?:https?:\/\/)?(?:[^@\/\n]+@)?(?:www\.)?([^\/\n]+)
/
igm

Description

Loading markdown...
Submitted by yooresh - 8 years ago