Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 5,860 community submitted regex patterns...
0
Math match
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
tomatchipcsgml
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
bb / quantity finder
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
AL Variable
ECMAScript (JavaScript)
no description available
Submitted by
Dominic Saladin
-
4 years ago
0
AL Function Parameter
ECMAScript (JavaScript)
no description available
Submitted by
Dominic Saladin
-
4 years ago
0
Extract Bucket Name and Key from S3 URL
Python
https:\/\/(.?)\.(.?)\/(.*)
Submitted by
anonymous
-
4 years ago
0
Regular expression capture group captures — separate group names for captured/non-captured
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Regular expression capture group captures — separate group names for captured/non-captured
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
WPush Service Worker Diag Regex
ECMAScript (JavaScript)
Party Wizard
Submitted by
anonymous
-
4 years ago
0
CSSF To Client URL Regexp
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Regular expression capture group captures — separate group names for captured/non-captured
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Regular expression capture group captures — separate group names for captured/non-captured
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Convert TypeScript CommonJS Import to ECMAScript Default Import
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
1st Synt Macro
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
Match imdb id from url
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Match imdb id or title from url
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Match imdb id or title from url 2
Python
no description available
Submitted by
anonymous
-
4 years ago
0
LaTeX: Match contents of equation or align environment
Python
no description available
Submitted by
anonymous
-
4 years ago
0
CUSTOM JSON RSA KEY PATTERN - ECMASCRIPT
ECMAScript (JavaScript)
Final comma need to be replaced with empty.
Submitted by
anonymous
-
4 years ago
0
Проблем 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
123
124
125
126
127
...
293
Community Library Entry
0
Regular Expression
Python
r"
Vous
\s
avez
\s
recu
\s
un
\s
transfert
\s
de
\s
(?P<amount>
\d
+
)
FCFA
\s
de
\s
(?P<sender_name>
.
*
)
\s
\(
(?P<sender_phone>
\d
+
)
\)
\s
le
\s
(?P<when>
.
*
?
)
\.
.
*
ID
.
*
transaction
\s.
*
?
(?P<transaction_id>
\d
+
)
\.
*
"
gm
Open regex in editor
Description
A regex to extract meaningful infos from a Momo message (mobile money) which is recurrent in Africa.
Submitted by
Hans T.
-
a year ago