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...
1
Worldmodel ID
PCRE (PHP <7.3)
Matches any worldmodel ID, and captures the class and instance numbers.
Submitted by
J. Van Schoor
-
9 years ago
1
Publicidad
PCRE (PHP <7.3)
Expresion regular para encontrar la palabra publicidad en los correos.
Submitted by
ajnocdor
-
9 years ago
1
Phone number
PCRE (PHP <7.3)
U.S. Phone number with optional area code.
Submitted by
anonymous
-
9 years ago
1
Word plus anyword
ECMAScript (JavaScript)
no description available
Submitted by
/ HJ
-
9 years ago
-2
match all html tags
PCRE (PHP <7.3)
http://haacked.com/archive/2004/10/25/usingregularexpressionstomatchhtml.aspx/
Submitted by
anonymous
-
9 years ago
1
PHPunit AssertEquals from AssertTrue
PCRE (PHP <7.3)
Replaces all occurrences of AssertTrue(a == b); in a file with AssertEquals(a,b), which allows for more information in the test.
Submitted by
Chandler Swift
-
9 years ago
0
AMCC
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Combined Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
SQL Comment
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
as
PCRE (PHP <7.3)
as
Submitted by
as
-
9 years ago
1
Botanical Sciences
PCRE (PHP <7.3)
Grupo Autores
Submitted by
anonymous
-
9 years ago
1
Strip i/b tags of attributes
PCRE (PHP <7.3)
no description available
Submitted by
Callum Barclay
-
9 years ago
1
second life
PCRE (PHP <7.3)
sim regex
Submitted by
tez
-
9 years ago
1
Ebay
PCRE (PHP <7.3)
no description available
Submitted by
Sasan
-
9 years ago
1
Match valid pairwise braces in text
PCRE (PHP <7.3)
The string '{}' is valid while '{{}' is invalid as well as '}{'. Now, is this one valid: '{{{{v{a{l{{i{d or }i}}}n}v}}al}i}d?' ?
Submitted by
nowox
-
9 years ago
1
LTI Course Mask RegEx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Einzelne Zeichenkette ohne führenden Unterstich
PCRE (PHP <7.3)
no description available
Submitted by
Christoph Raschke
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
match wordpress plugins [plugin_name ...]...[/plugin]
PCRE (PHP <7.3)
no description available
Submitted by
chris backhouse
-
9 years ago
1
Capture YouTube Video ID
PCRE (PHP <7.3)
get video id from any version of youtube url
Submitted by
Kevin Chappell
-
9 years ago
1
...
122
123
124
125
126
...
900
Community Library Entry
-2
Regular Expression
PCRE (PHP <7.3)
/
(?:
(
\[
[
a
-
zA
-
Z
]
+
.
*
?
\/
?
\]
.
*
?
\[\/
[
a
-
zA
-
Z
]
+
.
*
?
\/
?
\]
)
)
/
g
Open regex in editor
Description
no description available
Submitted by
chris backhouse
-
9 years ago