Regular Expressions 101

Sponsors

Library entries

0
python

regex_tous_commerce

nlp
Submitted by guif - 2 years ago
0
python

Detect French way

Test if a string contains a french way word
Submitted by anonymous - 2 years ago
0
pcre2

IPv4 mask

Matches any IPv4 mask.
Submitted by Piwi - 2 years ago
0
pcre2

IPv4 address

Matches any IPv4 address.
Submitted by Piwi - 2 years ago
0
pcre2

Brazil's Documents

Documents of the Brazil
Submitted by anonymous - 2 years ago
0
pcre2

location

locaiton regex
Submitted by chenxi - 2 years ago
0
pcre2

Regex head tags contents

Regex head tags contents
Submitted by anonymous - 2 years ago
0
python

regex_has_commercial_local

regex
Submitted by guif - 2 years ago
0
python

regex_has_office_local

regex
Submitted by guif - 2 years ago
0
pcre2

EMDG LONG_TEXT

1 - 256 tegn er tilladt
Submitted by anonymous - 2 years ago
0
pcre2

02.07.b)

02.07. FMUSI
Submitted by anonymous - 2 years ago
1
pcre2

Search for a date (Y/m/d or d/m/Y)

Search for a date in a text.
Submitted by globdug - 2 years ago
1
pcre2

Mine

smth
Submitted by anonymous - 2 years ago
3
pcre2

example

example
Submitted by anonymous - 2 years ago

Date MM-DD-YYYY | MM/DD/YYYY | MM.DD.YYYY (ex. 09-02-2021) (leading zeros for month and day)

Vote

0

Regular Expression
python

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

Description

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