Regular Expressions 101

Library entries

0
pcre2

Address

grab address
Submitted by anonymous - 2 years ago
0
pcre2

Get Client

Parse Client type
Submitted by ben - 2 years ago
0
pcre2

reg

reg
Submitted by inj - 2 years ago
0
pcre2

Parse Received header on email

Parse Received header on email
Submitted by anonymous - 2 years ago
0
pcre2

Match questions

To debug pasted questions with options
Submitted by anonymous - 2 years ago
0
pcre2

reg

r
Submitted by anonymous - 2 years ago
0
pcre2

IMPORTANT REGEX

important
Submitted by anonymous - 2 years ago
0
pcre2

Match Number in a string

That's all
Submitted by anonymous - 2 years ago

Password Validator v1.0

Vote

0

Regular Expression
pcre2

/
(?x) # Matches 10 characters or more, needs capitals & lowercase alphabetical characters, numbers and punctuation repersented ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[\!-\/\:-\@\[-\`\{-\~])(?:.{10,})$ # Could have used [[:punct:]] for puntuation but regex engine may not support # https://geekalicious.blog for mOAR!
/
gm

Description

Loading markdown...
Submitted by anonymous - 2 years ago