Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 4,500 community submitted regex patterns...
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Email parser, also distorted forms
Python
Parses email, also distorted ones, and convert them back to the real ones. It can recognize at maximum two dots notations, just add '.\5' at the end of the substitution string. Inspirated by dislick's work: https://regex101.com/r/wB7xJ7/1
Submitted by
fine_dust
-
8 years ago
2015-07-05 09:37
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
URL parser also with shorthand syntax
Python
mail.google.com google.it www.mega.co/ http://www.google.it mail.google.uk/login/auth.html ftp://docs.python.org:54/login/...
Submitted by
fine_dust
-
8 years ago
2015-07-01 23:26
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
email validation
Python
no description available
Submitted by
Yerko Palma
-
8 years ago
2015-07-01 21:16
4
4 upvotes, 0 downvotes (score 51%) (You must be signed in to vote)
Equation matching (without equal)
Python
use this to get value of any side of an equation. You can combine this with https://regex101.com/r/fH5kJ1/1
Submitted by
Kerosene2000
-
8 years ago
2015-07-01 19:50
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
URL de playlist de salvavinilos.org
Python
URL de playlist de salvavinilos.org
Submitted by
anonymous
-
8 years ago
2015-06-30 20:48
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Limpar caracteres telefone
Python
Limpa os caracteres especiais e letras de um telefone imputado
Submitted by
anonymous
-
8 years ago
2015-06-30 14:03
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Yell Regex Version 2
Python
This version matches any sentence that sounds like yelling even it doesnt end with ? or !
Submitted by
Chaiwa Berian
-
8 years ago
2015-06-26 20:22
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Regex to match sentences that sound like yelling
Python
Bob answers 'Whoa, chill out!' if you yell at him. You can use this regex to match regexes like "WHAT THE HELL WERE YOU THINKING?"
Submitted by
Chaiwa Berian
-
8 years ago
2015-06-26 18:56
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
mmtro-back log
Python
no description available
Submitted by
anonymous
-
8 years ago
2015-06-26 13:42
0
2 upvotes, 2 downvotes (score 15%) (You must be signed in to vote)
str with whitespace not starting with space
Python
no description available
Submitted by
anonymous
-
8 years ago
2015-06-25 08:26
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
teste
Python
tes
Submitted by
tes
-
8 years ago
2015-06-24 15:41
1
2 upvotes, 1 downvotes (score 20.8%) (You must be signed in to vote)
Apache Access Log pattern
Python
Apache Web server log file format following the standard
Submitted by
Basil Tungekar
-
8 years ago
2015-06-19 16:18
-2
2 upvotes, 4 downvotes (score 9.7%) (You must be signed in to vote)
IPv4
Python
allows for all legal IPv4 addresses
Submitted by
anonymous
-
8 years ago
2015-06-19 13:07
-1
2 upvotes, 3 downvotes (score 11.8%) (You must be signed in to vote)
date format for year 2000 above
Python
no description available
Submitted by
anonymous
-
8 years ago
2015-06-18 14:50
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Orignial Log Parse (Spark Lab2)
Python
no description available
Submitted by
anonymous
-
8 years ago
2015-06-17 17:44
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
apache log analysis
Python
no description available
Submitted by
anonymous
-
8 years ago
2015-06-17 04:03
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
ip address @pexipdemo.com
Python
no description available
Submitted by
anonymous
-
8 years ago
2015-06-16 15:38
0
2 upvotes, 2 downvotes (score 15%) (You must be signed in to vote)
XML 1.0 dateTime values
Python
dateTime type matching regex for XML 1.0
Submitted by
DervishD
-
8 years ago
2015-06-15 15:49
3
4 upvotes, 1 downvotes (score 37.6%) (You must be signed in to vote)
prices in nis
Python
no description available
Submitted by
molaxx
-
8 years ago
2015-06-15 15:16
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
iOS Localizable.strings parser
Python
Can be used to find all keys and values in .strings file. Matching pattern: "key" = "value";
Submitted by
Natan Zalkin
-
8 years ago
2015-06-14 11:25
1
...
216
217
218
219
220
221
222
...
225
Etiquetas de HTML
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
#
<
(
/
?
[
a
-
z
]
{1,}
)
>
#
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
6 months ago
2023-05-25 02:25