Regular Expressions 101

Community Patterns

0

scrape pdf

Python
get data from pdf
Submitted by anonymous - a year ago
0

Meh

Python
d
Submitted by anonymous - a year ago
0

Token Delimiter

PCRE (PHP <7.3)
Token Delimiter
Submitted by anonymous - a year ago
0

Pick third section

Python
Pick third section
Submitted by Charles - a year ago
0

ASD

PCRE (PHP <7.3)
HI
Submitted by anonymous - a year ago

Password Validation

2

Regular Expression
Python

r"
(?P<password>((?=\S*[A-Z])(?=\S*[a-z])(?=\S*\d)(?=\S*[\!\"\§\$\%\&\/\(\)\=\?\+\*\#\'\^\°\,\;\.\:\<\>\ä\ö\ü\Ä\Ö\Ü\ß\?\|\@\~\´\`\\])\S{8,}))
"

Description

Loading markdown...
Submitted by Tom Spielvogel - 8 years ago