Regular Expressions 101

Library entries

0
pcre2

匹配css变量

匹配css变量
Submitted by artiely - 5 months ago
0
javascript

Email

Email
Submitted by anonymous - 5 months ago
0
pcre2

Lookahead/lookbehind DoB

DoB with Lookahead and Look behind
Submitted by Arif - 5 months ago
0
pcre2

Comma Separated Email Regex

Comma Separated Email Regex
Submitted by Kahnu - 5 months ago
0
pcre2

test

address\s\d+\srange\s(?\S+)\s*(?\S+)
Submitted by anonymous - 5 months ago
0
python

russian phone number

That's work!
Submitted by anonymous - 5 months ago
0
python

Phone_number_test

Test
Submitted by anonymous - 5 months ago
0
python

Regexy uczelnia

Wyszukuje słowo Mikołaj
Submitted by anonymous - 5 months ago
0
dotnet

French Insurance Number

French Insurance Number
Submitted by Dohts - 5 months ago
0
javascript

Find Japanese

Find Japanese
Submitted by nghilq - 5 months ago
0
pcre2

Match PWSID

Match PWSID
Submitted by Matt Horrell - 5 months ago
0
python

<> stuff

desc
Submitted by anonymous - 5 months ago

Parse AWS RDS Releases

Vote

0

Regular Expression
python

r"
(PostgreSQL (?P<psql_major>\d{1,2})\.(?P<psql_minor>\d{1,2})(?P<psql_opt_patch>\.\d{1,2})?, )?Aurora PostgreSQL release (?P<aurora_psql_major>\d{1,2})\.(?P<aurora_psql_minor>\d{1,2})(?P<aurora_psql_opt_patch>\.\d{1,2})?(?P<release_or_deprecation>\,\s(?P<release_data>.*)|\s\(Deprecated on (?P<deprecation_date>.*)\))?
"
mg

Description

Loading markdown...
Submitted by anonymous - 7 months ago