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 4,960 community submitted regex patterns...
0
Inventario_ZTE
Python
Una muestra dle inventario de ZTE
Submitted by
anonymous
-
4 years ago
0
Inventario_ZTE
Python
Una muestra dle inventario de ZTE
Submitted by
anonymous
-
4 years ago
0
Mac IP
Python
no description available
Submitted by
anonymous
-
4 years ago
0
‘.’ operator
Python
. 运算符 匹配任意单个字符,但不匹配换行符。
Submitted by
anonymous
-
4 years ago
0
[x1-x2] /[x1x2...xn] char set
Python
在方括号中使用连字符来指定字符集的范围。 在方括号中的字符集不关心顺序。
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
sem
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
conatact
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
totalsource
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
acountant
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
totalsource
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
pre laycan
Python
no description available
Submitted by
anonymous
-
4 years ago
0
final laycan
Python
no description available
Submitted by
anonymous
-
4 years ago
0
each entry but without the entry
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Fe with 87 matches
Python
no description available
Submitted by
anonymous
-
4 years ago
0
New Poke
Python
no description available
Submitted by
anonymous
-
4 years ago
0
New Move
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
123
124
125
126
127
...
248
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