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
邮箱
ECMAScript (JavaScript)
验证邮箱
Submitted by
刘波
-
8 years ago
1
a
Python
a
Submitted by
a
-
8 years ago
1
Onclick events detector
PCRE (PHP <7.3)
Cut events from tags
Submitted by
Romario5
-
8 years ago
1
Polls General
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
TE - Array
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Font Awesome Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Font Awesome Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
font-awesome
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
membership persons url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
test name furniture
PCRE (PHP <7.3)
no description available
Submitted by
Valmaks
-
8 years ago
1
000000000000000001
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Grep string with forward slashes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
test1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
URL find inside text
PCRE (PHP <7.3)
Search url/link inside text, with/without schema, and with/without path/query
Submitted by
ZeCompadre
-
8 years ago
1
Uno o più caratteri di parola seguiti da opz punto o spazio, +
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Youtube Regex
PCRE (PHP <7.3)
Get Youtube Link
Submitted by
anonymous
-
8 years ago
1
Youtube Regex
PCRE (PHP <7.3)
Get Youtube Link
Submitted by
anonymous
-
8 years ago
1
match string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Get params from function source
PCRE (PHP <7.3)
no description available
Submitted by
Mike Nahmias
-
8 years ago
1
...
202
203
204
205
206
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
\[\/
?
(?:
b
|
i
|
u
|
sup
|
url
|
image
|
color
|
size
|
font
){1,}
.
*
?
]
/
mgi
Open regex in editor
Description
Removes BBCode tags with any characters provided after
=
(e.g. attributes). Omits unknown tags.
Submitted by
anonymous
-
6 years ago