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 14,060 community submitted regex patterns...
0
nginx server_name tokenizer
PCRE (PHP <7.3)
This regex sets different parts of the url host in variables : $domain $namespace $feature $isAPI...
Submitted by
anonymous
-
5 years ago
0
DACH mob tel
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
All Valid Googlebots (strict mode)
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Michael's Solarwinds NPM
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Michael's FP DB Install - Multi Match
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Michael's FP DB Install - Single Match
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Rundeck Capture Data
Python
no description available
Submitted by
anonymous
-
5 years ago
0
ATR Short Description Format
Python
no description available
Submitted by
anonymous
-
5 years ago
0
address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Revert
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
JIRA Tickets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Fox EMEA PDP's
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
CEP mask
PCRE (PHP <7.3)
Brazilian CEP mask
Submitted by
anonymous
-
5 years ago
0
Negative lookahead to excluded non-Windows Office and a couple others
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Clear
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Command - description (botfather)
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Consecutive images
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
AUX/LUX
Python
no description available
Submitted by
anonymous
-
5 years ago
0
CAN1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
CAN2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
282
283
284
285
286
...
703
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)