Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
filter match
no description available
Submitted by
anonymous
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Test post by e-mail
Description here
Submitted by
Arief
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
transfer
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Code Review
username
Submitted by
Devon Parsons
-
8 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Array formatting (serialized)
Check for correctly formatted array of this type: array( array('name'=>'War and Peace', 'year'=>1865), array('name'=>'Different Seasons', 'year'=>1982), )
Submitted by
oneperfectsunrise
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Array formating (serialized)
Check for correctly formatted array of this type: array('a', 'bb', 'ccccc',)
Submitted by
oneperfectsunrise
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Array formating
Check for correctly formatted array of this type: array(1,2,3,)
Submitted by
oneperfectsunrise
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
tel:// and sms:// validator
Easly to check tel:// or sms:// protocols.
Submitted by
Erdem Arslan
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
replace test
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
ZLNLB
Zero length negative lookbehind
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
sms csv (sqlite exported) replace newlines with \n in body
no description available
Submitted by
flash_us
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
reference
no description available
Submitted by
karthikeyan
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
python
domain from full url
no description available
Submitted by
anonymous
-
8 years ago
-4
2 upvotes, 6 downvotes (25% like it) (You must be signed in to vote)
python
regex to match torrent trackers in unformatted tracker list
http://bitsnoop.com/trackers/ has a list of active trackers quick dirty regex to extract only the tracker names in order to paste said tracker names to utorrent/deluge
Submitted by
kkarakk
-
8 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
Extract Metadata
no description available
Submitted by
kai_desu
-
8 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
#Set-Cookie:\\s+(?<cookie>[^=]+=[^;]+)#m regex explanation
no description available
Submitted by
Igor
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Ham radio callsign
Use part 1, 3 , 5 for establish the portable callsign like 1 = DL/ 2 = F5UII 3 = /QRP
Submitted by
F5UII (http://www.fuii.net)
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
reference
reference pattern checking
Submitted by
karthikeyan
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
regex demo
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
tr
no description available
Submitted by
anonymous
-
8 years ago
1
...
543
544
545
546
547
548
549
...
576
Match Gmail Email
Vote
12
23 upvotes, 11 downvotes (68% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
[
a
-
z0
-
9
]
+
(?!
.
*
(?:
\+
{2,}
|
\-
{2,}
|
\.
{2,}
)
)
(?:
[
\.
+
\-
]
{0,1}
[
a
-
z0
-
9
]
)*
@gmail
\.
com
$
/
gmi
Open regex in editor
Description
Loading markdown...
Submitted by
Óscar EnrÃquez
- 9 years ago