Regular Expressions 101

Sponsors

Library entries

0
pcre2

scss class matching

scss class matching
Submitted by lucas - 9 months ago
0
pcre2

Note Body HTML

Match all valid HTML tags
Submitted by anonymous - 9 months ago
0
pcre2

Barcode Regex

Barcode Regex
Submitted by anonymous - 9 months ago
0
pcre2

optional

optional
Submitted by anonymous - 9 months ago
0
pcre2

Split The Phone Numbers

Split The Phone Numbers
Submitted by anonymous - 9 months ago
0
pcre2

Ipv4 validation

regex for ip validation
Submitted by Amper - 9 months ago

Day, year and month regex

Vote

0

Regular Expression
pcre2

/
(?<DAY>\d?\d)(?<SEPARATOR>[-.\/])(?<MONTH>\d\d)(\k<SEPARATOR>)(?<YEAR>\d{4})
/
gm

Description

Loading markdown...
Submitted by Cymon - a year ago