Regular Expressions 101

Sponsors

Library entries

105
javascript

trim

trim string
Submitted by fp - 10 years ago
37
pcre

http://

no description available
Submitted by Mitus M. - 9 years ago
35
javascript

IP Address validator

Validates IPv4 IP Address
Submitted by krzysp - 8 years ago
32
pcre

ninite

no description available
Submitted by peek - 7 years ago
31
javascript

Email address (most used)

Email address, most used cases
Submitted by Jago - 8 years ago
28
pcre

Wrap long string to spec length

no description available
Submitted by fullpipe - 10 years ago
23
pcre

userName

1-15 alphanumeric login name
Submitted by gsanchezc - 8 years ago

Camel Case - no digits allowed - Upto 3 upper case letters

Vote

0

Regular Expression
dotnet

"
^[a-z][a-z]*(([A-Z]{1,3}[a-z]+)*[A-Z]{0,3}|([a-z]+[A-Z]{1,3})*|[A-Z]{1,3})$
"
gm

Description

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