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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 11,320 community submitted regex patterns...
0
Taller 1 ID
Python
no description available
Submitted by
anonymous
-
6 years ago
0
splunk syslog isilon node changed to down
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
URL-Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Clean URL with ID at the end
PCRE (PHP <7.3)
Regular expression to replace and remove ID at the end for Google Analytics
Submitted by
anonymous
-
6 years ago
0
Get First two entries with delimiter ","
PCRE (PHP <7.3)
Change the delimited from "," to something else if required.
Submitted by
thunder
-
6 years ago
0
Regex to select domain name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Shopee (PH) - Item ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Shopee (PH) - Store ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Testing uri
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Java Period matcher and extractor
PCRE (PHP <7.3)
no description available
Submitted by
Jem North
-
6 years ago
0
To Filter string of exact length six and no repeating two digits consecutively (subset of two).
PCRE (PHP <7.3)
To Filter string of exact length six and no repeating two digits consecutively (subset of two).
Submitted by
anonymous
-
6 years ago
0
No repeating same digits in a string of max length six
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
GetDrive
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Census of Industrial Production
PCRE (PHP <7.3)
Test regex for sample page from census of industrial production
Submitted by
Peter Corrigan
-
6 years ago
0
search first column csv
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Bibliography
PCRE (PHP <7.3)
no description available
Submitted by
Nursin Şaşmaz
-
6 years ago
0
LO Register Regex
PCRE (PHP <7.3)
LO Register page regex
Submitted by
deep
-
6 years ago
0
Syslog RFC 5424
PCRE (PHP <7.3)
RFC 5424 (https://tools.ietf.org/html/rfc5424) parser
Submitted by
pstefka
-
6 years ago
0
ddd
PCRE (PHP <7.3)
ddd
Submitted by
anonymous
-
6 years ago
0
Strings
Python
no description available
Submitted by
anonymous
-
6 years ago
1
...
117
118
119
120
121
...
566
MTN Momo Infos
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