Regular Expressions 101

Library entries

0
pcre

Confirmation (test)

no description available
Submitted by anonymous - 6 years ago
0
pcre

Confirmation 2

no description available
Submitted by anonymous - 6 years ago
0
pcre

uppercase to lowercase

Replace uppercase with lowercase letters
Submitted by Gabi Rusu - 6 years ago
0
pcre

Java File Header

Java File Header
Submitted by Sathish Kumar - 6 years ago
0
python

release version parser

no description available
Submitted by anonymous - 6 years ago
0
pcre

1

1
Submitted by anonymous - 6 years ago
0
pcre

auditd

extract useful information from audit log
Submitted by anonymous - 6 years ago
0
pcre

Rally regexes

no description available
Submitted by anonymous - 6 years ago
0
pcre

ID Card extraction

Extract an ID card from a body of text
Submitted by anonymous - 6 years ago
0
pcre

grappen1

no description available
Submitted by anonymous - 6 years ago
0
pcre

List Of Countries

no description available
Submitted by anonymous - 6 years ago
0
pcre

PGT Billing

no description available
Submitted by BM - 6 years ago

Password with rare chars

Vote

0

Regular Expression
pcre

/
(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%^&+=.\\-_* \(\)\[\]\{\}\¡\!\?\¿\"\'\|])([a-zA-Z0-9@#$%^&+=*.\\-_ \(\)\[\]\{\}\¡\!\?\¿\"\'\|]){3,}$
/
g

Description

Loading markdown...
Submitted by Luis Arias - 6 years ago