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 18,040 community submitted regex patterns...
3
Discord ID:NAME#DISCRIM match
PCRE2 (PHP >=7.3)
For example, using `Carl-bot to dump members of the @everyone role ordering highest of id`: `!dump @everyone %i:%u -o id` Example of return: 498984530968051713:lanjt#2129 ......
Submitted by
lanjt
-
3 years ago
1
标点
Java 8
匹配大部分标点
Submitted by
anonymous
-
3 years ago
1
H265 excluding 10 Bit
Python
Used in Radarr for a custom H265 format but excluding 10 Bit because my TV doesn't support it
Submitted by
ScottM
-
3 years ago
2
.htaccess wordpress redirect uploads to production domain
PCRE2 (PHP >=7.3)
.htaccess wordpress redirect uploads to production domain
Submitted by
anonymous
-
3 years ago
2
US phone number
PCRE2 (PHP >=7.3)
US phone number, try to catch as many as possible
Submitted by
anonymous
-
3 years ago
1
Markdown checkboxes
PCRE2 (PHP >=7.3)
Match checkboxes that haven't been checked and are not followed by a footnote or crossed out text
Submitted by
heygarrett.com
-
3 years ago
1
aws-arn-parser
PCRE2 (PHP >=7.3)
this helps in parsing aws arn's
Submitted by
anonymous
-
3 years ago
2
Guid (with or without dashes)
ECMAScript (JavaScript)
Matches a guid string that can optionally include dashes.
Submitted by
anonymous
-
3 years ago
2
object
PCRE2 (PHP >=7.3)
Json Object
Submitted by
anonymous
-
3 years ago
1
PIM - Attribute not localized
PCRE (PHP <7.3)
see
Submitted by
anonymous
-
3 years ago
1
Zeitnahme
ECMAScript (JavaScript)
Parses "Zeitnahme" text files
Submitted by
anonymous
-
3 years ago
1
Color RegEx
ECMAScript (JavaScript)
Color RegEx
Submitted by
Xaliks
-
3 years ago
0
Discord emoji regex
ECMAScript (JavaScript)
Discod emoji regex
Submitted by
Xaliks
-
3 years ago
1
Alien username
ECMAScript (JavaScript)
Input Format The first line contains a single integer, , denoting the number of usernames. Each line of the subsequent lines contains a string denoting an alien username to validate. Constraints...
Submitted by
anonymous
-
3 years ago
1
Gitlab - Commit message
PCRE2 (PHP >=7.3)
Commit message for Gitlab's Push Rules
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
1
Gitlab - Branch name
PCRE2 (PHP >=7.3)
Branch name for Gitlab's Push Rules
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
1
2
PCRE2 (PHP >=7.3)
2
Submitted by
anonymous
-
3 years ago
1
email google/microsoft like
Python
email google/microsoft like
Submitted by
Maxime Paris
-
3 years ago
(Last modified 3 years ago)
1
Extract group of key from hash structure string
PCRE (PHP <7.3)
Extract group of key from hash structure string
Submitted by
Prabin Silwal
-
3 years ago
2
Replace dotnet assembly versions
Python
Replaces both VB & C# AssemblyInfo files.
Submitted by
ankostis
-
3 years ago
(Last modified 3 years ago)
1
...
210
211
212
213
214
...
902
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
the
.
100
.
S01E
\d
{1,2}
.
*
720p
.
*
hun
.
eng
.
*
sln
|
the
.
100
.
S
\d
{1,2}
.
*
720p
.
*
hun
.
eng
.
*
sln
/
gmi
Open regex in editor
Description
rss filter, deluge, ncore
Episodes and Seasons
Submitted by
Klein
-
4 years ago
(Last modified 4 years ago)