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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 5,940 community submitted regex patterns...
0
Regular expression capture group captures — separate group names for captured/non-captured
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Convert TypeScript CommonJS Import to ECMAScript Default Import
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
1st Synt Macro
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
Match imdb id from url
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Match imdb id or title from url
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Match imdb id or title from url 2
Python
no description available
Submitted by
anonymous
-
4 years ago
0
LaTeX: Match contents of equation or align environment
Python
no description available
Submitted by
anonymous
-
4 years ago
0
CUSTOM JSON RSA KEY PATTERN - ECMASCRIPT
ECMAScript (JavaScript)
Final comma need to be replaced with empty.
Submitted by
anonymous
-
4 years ago
0
Проблем 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Zshell - Parameter Name Regexp for TextMate Snippets
ECMAScript (JavaScript)
Zshell parameter name captures Attempts to capture a zsh parameter identifier inside a text selection—intended for use in TextMate snippets that want to do additional selection based replacements (using $TM_SELECTED_TEXT, or other expansion variables). Currently the pattern captures for all cases ...
Submitted by
anonymous
-
4 years ago
0
group test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Safmarine glossary
Python
no description available
Submitted by
anonymous
-
4 years ago
0
VS Code - Stylus Problem Matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
lista de cgr
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Detect certain G Suite SKUs
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Problem 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
2
Python
no description available
Submitted by
anonymous
-
4 years ago
0
CVIKA | Římské číslice
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Boss
ECMAScript (JavaScript)
This is a regex in JS for a problem in retake exam of SoftUni.
Submitted by
anonymous
-
4 years ago
0
ESPN+ Sports Event Names
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
124
125
126
127
128
...
297
Fate Stay/Night (PC/JP) [Py]
0
Regular Expression
Python
r"
(?<=
^
\*
page
)
(?P<pg>
[
\d
]
{1,3}
)
|
(?<!
;
)
(?P<txt_a>
[
]
.
*
)
(?=
\[
lr
\]
\n
)
|
(?<!
;
)
(?P<txt_b>
^
[
]
{2}
.
*
)
|
(?P<txt_c>
@align
anchor=
\"
center
\"
text=
.
+
)
|
(?P<txt_d>
^
[^
*@[;
]
.
+
)
"
gm
Open regex in editor
Description
Attempting to parse Fate/Stay Night scripts nicely
Submitted by
anonymous
-
a year ago