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,040 community submitted regex patterns...
2
email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
imdb id
PCRE (PHP <7.3)
imdb
Submitted by
little badger
-
9 years ago
2
permalinks
PCRE (PHP <7.3)
skip if the url is a permalink
Submitted by
andreasonny83@gmail.com
-
9 years ago
2
Wordpress Plugins Readme Parse Youtube
PCRE (PHP <7.3)
Wordpress Plugins Readme Parse Youtube
Submitted by
onigetoc
-
9 years ago
1
Russian phone number validater
PCRE (PHP <7.3)
Russian phone number validater
Submitted by
Russell of sitesoft
-
9 years ago
-3
TD data from html table
Python
no description available
Submitted by
Deepak Bansal
-
9 years ago
1
https://www.facebook.com/video.php?v=1009222819122586
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
match start of line subsubsection
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match parenthesis
Python
Matches anything wrapped in parenthesis. Can handle nested and consecutive sets of parenthesis.
Submitted by
Nic Roland
-
9 years ago
2
Detecting numbers
PCRE (PHP <7.3)
signed or unsigned numbers with exponents or not
Submitted by
Mohammed Yehia
-
9 years ago
2
Extract .mp3 url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
parse table
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Angular 2 property access
ECMAScript (JavaScript)
no description available
Submitted by
jros
-
9 years ago
1
Match pointless spaces in space separated list
ECMAScript (JavaScript)
'test' - no match 'test test' - no match ' test' - match (space at the start) 'test ' - match (space at the end) 'test test' - match (single space in the middle)
Submitted by
J. Harry B.
-
9 years ago
1
url regex
PCRE (PHP <7.3)
spoon library
Submitted by
anonymous
-
9 years ago
2
Float Representation
PCRE (PHP <7.3)
no description available
Submitted by
S-YOU
-
9 years ago
2
Chinese slang words regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Common Taiwanese slang regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
prova1
PCRE (PHP <7.3)
.((black\-?friday\.ga)|(alibestsale\.com)|(build\-?a\-?better\-?business\.2your\.site)|(callmebold\.com)|(centurylink\.net)|(cyber\-?monday\.ga)|(digg\.com)|(euro\.typepad\.jp)|(exmail\.qq\.com)).
Submitted by
anonymous
-
9 years ago
2
file extension validation
ECMAScript (JavaScript)
no description available
Submitted by
Lisa
-
9 years ago
1
...
57
58
59
60
61
...
902
Community Library Entry
-3
Regular Expression
Python
r"
<td
.
*
class=
\"
[
a
-
zA
-
Z
]
+
\"
.
*
?
>
(
(
[
\s
]
.
*
(
\s
*
)
)
|
(
.
*
)
|
(
\C
*
?
)+
)?
<
\/
td>
"
g
Open regex in editor
Description
no description available
Submitted by
Deepak Bansal
-
9 years ago