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 5,200 community submitted regex patterns...
0
job titles - fwd/bwd
Python
no description available
Submitted by
anonymous
-
4 years ago
0
job titles - fwd/bwd - 2
Python
no description available
Submitted by
anonymous
-
4 years ago
0
remove comma from City, State
Python
no description available
Submitted by
anonymous
-
4 years ago
0
elb log filename parser
Python
This is the pattern for a ALB log files exported to s3.
Submitted by
anonymous
-
4 years ago
0
logpush regex
Python
this parses keys for logpush log files from cloudflare in s3
Submitted by
anonymous
-
4 years ago
0
frontkn CF
Python
no description available
Submitted by
anonymous
-
4 years ago
0
叫醒
Python
no description available
Submitted by
anonymous
-
4 years ago
0
打扫
Python
no description available
Submitted by
anonymous
-
4 years ago
0
打扫
Python
no description available
Submitted by
anonymous
-
4 years ago
0
退房时间
Python
no description available
Submitted by
anonymous
-
4 years ago
0
resub unwanted group
Python
no description available
Submitted by
anonymous
-
4 years ago
0
link regex
Python
no description available
Submitted by
anonymous
-
4 years ago
0
打扫去中括号
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Match string not containing string
Python
no description available
Submitted by
anonymous
-
4 years ago
0
打扫1.0.0.0502
Python
no description available
Submitted by
anonymous
-
4 years ago
0
退房时间1.0.0.0502-02
Python
no description available
Submitted by
anonymous
-
4 years ago
0
disposal of an associates
Python
no description available
Submitted by
anonymous
-
4 years ago
0
short term
Python
no description available
Submitted by
anonymous
-
4 years ago
0
开票1.0.0.0503
Python
no description available
Submitted by
anonymous
-
4 years ago
0
换房1.0.0.0503
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
125
126
127
128
129
...
260
Community Library Entry
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