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
DOI REGEX
ECMAScript (JavaScript)
hey
Submitted by
Aadi
-
8 years ago
1
Credit regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
nla
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
slack command
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Windows Machine Name
ECMAScript (JavaScript)
Implements https://support.microsoft.com/en-us/kb/909264
Submitted by
Daniel Fisher (lennybacon)
-
8 years ago
1
1
Python
no description available
Submitted by
anonymous
-
8 years ago
0
IPv4 address with description
Python
Match an IPv4 address and its description delimited by a 'newline' paragraph
Submitted by
edoz90
-
8 years ago
1
select between square bracket also the bracket
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
DBPedia-highest-level-entry
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
url decoders
PCRE (PHP <7.3)
no description available
Submitted by
Sigvald
-
8 years ago
1
^0*[1-9][0-9]*(\.[0-9]+)?|0+\.[0-9]*[1-9][0-9]*$
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Extract anything between double $$ chars
PCRE (PHP <7.3)
no description available
Submitted by
ecabo
-
8 years ago
1
Email validation
ECMAScript (JavaScript)
no description available
Submitted by
phatnguyen.tit
-
8 years ago
1
tag not containing
PCRE (PHP <7.3)
get all tags not containing a given string
Submitted by
pan4ever
-
8 years ago
1
html-strip
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Get all accessibility attributes
ECMAScript (JavaScript)
Get all aria- attributes from html string.
Submitted by
David Aguilar
-
8 years ago
1
BR Phone
Python
get all attempts to write brazilian phone numbers
Submitted by
rafaelverger
-
8 years ago
1
email catcher
Python
no description available
Submitted by
rafaelverger
-
8 years ago
1
Quizlet Bold to HTML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Chercher un Prénom ou un Nom
.NET 7.0 (C#)
no description available
Submitted by
anonymous
-
8 years ago
(Last modified a year ago)
1
...
261
262
263
264
265
...
900
Community Library Entry
0
Regular Expression
Python
r"
(?<=
PAGE
\(
)
(?!
990
)
(?P<pg>
[
\d
]
{1,4}
)
|
(?:
(?<=
_r
|
[
\w
]
\(
)
(?P<txt_a>
[
『「“
]
[^
\n
]
+
(?=
_n
\n
)
)
|
(?P<txt_b>
[
『「“
]
.
*
)
)
"
gm
Open regex in editor
Description
Fate stay/night PS Vita version parsing
Submitted by
anonymous
-
a year ago
(Last modified a year ago)