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 2,500 community submitted regex patterns...
1
Email list to TestRail multi-user add
Python
no description available
Submitted by
Jon Robinson
-
8 years ago
1
C Style block comment
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Capture Comments on SQL followed by SELECT
Python
Shag Maister is the best
Submitted by
anonymous
-
8 years ago
1
Mercado
Python
Somente as primeiras palavras.
Submitted by
anonymous
-
8 years ago
1
1
Python
no description available
Submitted by
anonymous
-
8 years ago
1
BR Phone
Python
get all attempts to write brazilian phone numbers
Submitted by
rafaelverger
-
8 years ago
1
email catcher
Python
no description available
Submitted by
rafaelverger
-
8 years ago
1
authproc1_auth01_2
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Footnote Regex for SFM
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Cross Reference Regex for SFM
Python
SFM 2.4
Submitted by
anonymous
-
8 years ago
1
MAC ADDRESS
Python
no description available
Submitted by
abaumann
-
8 years ago
1
URL matched
Python
no description available
Submitted by
anonymous
-
8 years ago
1
pwl repo titles
Python
no description available
Submitted by
Devin McGloin
-
8 years ago
1
Localiza E-mail
Python
Log de postfix, localiziando e-mail (from e to).
Submitted by
Danilo Kishi
-
8 years ago
1
fail2ban 0.8.13-1 Debian 8 Jessie Roundcube 1.1.5+dfsg.1-1~bpo8+1
Python
Filter authentication fails from /var/log/roundcube/error
Submitted by
Daniel Bañobre Dopico el profe
-
8 years ago
1
Lib
Python
no description available
Submitted by
anonymous
-
8 years ago
1
RipNameFromEmail
Python
handles quotes, non-quotes, angle bracket, parans, and trips extra white spaces
Submitted by
dano
-
8 years ago
1
fail2ban roundcube debian8 jessie /var/log/roundcube/errors
Python
no description available
Submitted by
Daniel Bañobre
-
8 years ago
1
capital of
Python
no description available
Submitted by
Shebin
-
8 years ago
1
MML
Python
no description available
Submitted by
Aron
-
8 years ago
1
...
20
21
22
23
24
...
125
Community Library Entry
0
Regular Expression
Java 8
"
^
(?<first>
[
a
-
z
]
+
)
\.
(?<second>
[
a
-
z
]
+
)
$
"
i
Open regex in editor
Description
This is an example for stackoverflow
Submitted by
anonymous
-
a year ago