Regular Expressions 101

Library entries

1
pcre

php-mw0

no description available
Submitted by anonymous - 7 years ago
1
pcre

Checks for file ending

I.e. /folder/folder/filename.txt
Submitted by RAussi - 7 years ago
1
pcre

ruby

fdsafdsa
Submitted by fdsafdsa - 7 years ago
1
pcre

SV.NET Service Bus Log

SV.NET Service Bus Log
Submitted by Garry West - 7 years ago
1
pcre

SSN

no description available
Submitted by anonymous - 7 years ago
1
pcre

STEAM GAME KEYS

no description available
Submitted by anonymous - 7 years ago

StrongPassword: 1 uppercase, 1 lower case, 1 num, 1 \W, & at least 8 char

Vote

1

Regular Expression
pcre2

/
^(?=.+[0-9])(?=.+[a-z])(?=.+[A-Z])(?=.+\W).{8,}$
/
gm

Description

Loading markdown...
Submitted by Bri Baldwin - 2 years ago