Regular Expressions 101

Sponsors

Library entries

1
pcre2

hdfilmcehennemi ana filmler

nothing
Submitted by no one - 2 years ago
1
python

phone

This regex is decision phone number
Submitted by anonymous - 2 years ago
1
pcre2

find img without alt

okok
Submitted by anonymous - 2 years ago
1
java

sfdgvsdgdfg

dgfdgdf
Submitted by anonymous - 2 years ago
1
pcre2

One or more spaces

Find one or more spaces
Submitted by anonymous - 2 years ago
1
java

标点

匹配大部分标点
Submitted by anonymous - 2 years ago

Date M-D-YYYY | M/D/YYYY | M.D.YYYY (ex. 9-2-2021) (without leading zeros for month and day)

Vote

0

Regular Expression
python

"
(?P<date>([1-9]|1[012])[-/.]([1-9]|[12][0-9]|3[01])[-/.]((19|20)\d{2}))
"
gm

Description

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