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 3,840 community submitted regex patterns...
0
url match
Golang
url match
Submitted by
anonymous
-
5 years ago
0
Connect URI replacement
ECMAScript (JavaScript)
Replaces strings matching a URL pattern
Submitted by
anonymous
-
5 years ago
0
URL Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Phone Number Pattern for Sofia
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
t2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Членские взносы
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
jekyll-preprocess
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
jekyl-process2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
jekyll-process3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
MikroTik firewall logs
Golang
Used with Azure Log Analytics
Submitted by
anonymous
-
5 years ago
0
pageTracker
ECMAScript (JavaScript)
获取登录的公司和法人名字。
Submitted by
anonymous
-
5 years ago
0
VBA String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
jelszó
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
LLR_get_invoice_details
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Latest Radon Change
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
For positive numbers and floats
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Amazon_Abbreviations_and_Acronyms
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
parse URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Chrome error.stack Parser
ECMAScript (JavaScript)
error.stack object parser. Captures symbol, url, line, column.
Submitted by
anonymous
-
5 years ago
0
VBA Comment
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
124
125
126
127
128
...
192
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)