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 18,000 community submitted regex patterns...
0
Levi test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Update for bne_interface_cols_tl
PCRE (PHP <7.3)
Necessary because of Bug in Web-Interface
Submitted by
anonymous
-
9 years ago
0
simplewords
PCRE (PHP <7.3)
words
Submitted by
glin
-
9 years ago
0
Regex Group Regex
PCRE (PHP <7.3)
Working on this regex so that I can use it to parse regular expressions and get the group info from them
Submitted by
jparish1977@gmail.com
-
9 years ago
0
Greedy + & * quantifires debug
PCRE (PHP <7.3)
/[123]+(123)*2/ Input: 1,2,3,4,5,6,7,8,9,0,10,11,12,13,14,15,16 Find: 12
Submitted by
Tomer Levi
-
9 years ago
0
JSON FIELD EXTRACTOR
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
test
PCRE (PHP <7.3)
AttributeConnID 45524524355
Submitted by
anonymous
-
9 years ago
0
4shared
PCRE (PHP <7.3)
www.4shared.com
Submitted by
guru
-
9 years ago
0
teste
Python
tes
Submitted by
tes
-
9 years ago
0
111
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
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
-
9 years ago
0
Beginning of word
PCRE (PHP <7.3)
When looking for day, Sunday should not be matched.
Submitted by
Ben
-
9 years ago
0
Find array ending with comma
PCRE (PHP <7.3)
Useful for finding array error. Example: {'id':'1','name':'test',} Finds the ",}" from the example
Submitted by
anonymous
-
9 years ago
0
replicated pageContent id within a div
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
email validation
Python
no description available
Submitted by
Yerko Palma
-
9 years ago
0
c
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
(\s)(\d{9})(\s)</
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Remove / delete / strip style attribute from html tags
PCRE (PHP <7.3)
This one removes ALL attributes if "style" is found. See my other expression to only remove the style.
Submitted by
socialblogsitewebdesign.com
-
9 years ago
0
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
-
9 years ago
0
two matches with pipe
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
...
542
543
544
545
546
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
\d
+
)
-
(
\w
{3}
?
)
-
(
\d
{6}
?
)
-
(
\w
+
?
)
-
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago