Regular Expressions 101

Library entries

0
pcre2

入门学习

Submitted by anonymous - an hour ago
0
pcre2

exclude square brackets

exclude square brackets
Submitted by tarek - a day ago
0
pcre

strip host port

removes port number from URL
Submitted by pc - 3 days ago
0
pcre2

YouTube link parser

Validate an URI to YouTube video.
Submitted by anonymous - 4 days ago
0
pcre

Proxy Matcher

Validate 1-223.0-255.0-255.0-255:1-65535
Submitted by dev.tntd2k2 - 6 days ago
0
pcre

latlonlatlon

gg
Submitted by anonymous - 7 days ago
0
pcre2

UFUNCTION parser

Breaks any UFUNCTION into parts
Submitted by anonymous - 8 days ago

Password Enforcement Pattern -- trailing pattern

Vote

2

Regular Expression
pcre

/
(?=^.{8,32}$)(?=.*\d)(?=.*[!@#$%^&*]+)(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$
/

Description

Loading markdown...
Submitted by Dave Phillips - 8 years ago