Regular Expressions 101

Community Patterns

1

SEO RegExp

Python
SEO RegExp
Submitted by Jay Patel - 8 years ago
1

Tag Text

Python
Match text between html tags
Submitted by Si - 8 years ago
1

RNP

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

FEN

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

Regular expression to Vaildate an Email Address

1

Regular Expression
ECMAScript (JavaScript)

/
^[a-zA-Z0-9\.]+@[a-zA-Z0-9]+(\-)?[a-zA-Z0-9]+(\.)?[a-zA-Z0-9]{2,6}?\.[a-zA-Z]{2,6}$
/

Description

Loading markdown...
Submitted by Rayees Ahmed Shaikh - 8 years ago