Regular Expressions 101

Community Patterns

1

ipv4

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

ewqewq

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

Error Regex

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

String with 1 lowercase 1 uppercase & 1 digit

-2

Regular Expression
ECMAScript (JavaScript)

/
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(\S).{6,14}$
/
gm

Description

Loading markdown...
Submitted by Rasmita Dash - 8 years ago