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 2,220 community submitted regex patterns...
0
US aircraft registration
Python
US aircraft registration
Submitted by
anonymous
-
2 years ago
0
Monolithic documents are terribly to maintain
Python
svmono.cls is truly a dumpster fire Extracting LaTeX functions and delimiters from string descriptions to automatedly relieve a project of higher-order user defined functions.
Submitted by
anonymous
-
2 years ago
0
https://rextester.com/JFUKE76014
.NET 7.0 (C#)
0x9d9b6f05d7b72588f83cc60fda4286ba45d13924 Nonce 6324 Rash 0xa964e1ee4c92c25f47392f67b735095304631089b5f2173825b7e93f49f08d57 Bloco 3391586 Commit fb5aa46...
Submitted by
0x9d9b6f05d7b72588f83cc60fda4286ba45d13924
-
2 years ago
0
Markdown Images (alt text, link, description)
Python
Extract images in a Markdown text, matching 3 named groups: caption = alternate text image = link (URL or relative) description = text ...
Submitted by
GeoJulien
-
2 years ago
0
Emails
Python
test
Submitted by
anonymous
-
2 years ago
0
nick anme
.NET 7.0 (C#)
mvp
Submitted by
doppler
-
2 years ago
(Last modified 2 years ago)
0
Skillshare matcher regex
Python
Skillshare matcher regex
Submitted by
anonymous
-
2 years ago
0
Get h1-6 tag
.NET 7.0 (C#)
(.*?)
Submitted by
OlegBel
-
2 years ago
0
Bit00:sadf::saf
Python
Bit00:sadf::saf 提取
Submitted by
anonymous
-
2 years ago
0
Tool Call
Python
f
Submitted by
anonymous
-
2 years ago
0
Get All inst of Characters Name
Python
Standard Script format tv
Submitted by
SummerRay
-
2 years ago
0
Match IPv4 Valid
.NET 7.0 (C#)
expression to capture valid IP
Submitted by
anonymous
-
2 years ago
0
vscode 代码snippet 替换 为 pycharm 格式
Python
vscode 代码snippet 替换 为 pycharm 格式
Submitted by
anonymous
-
2 years ago
0
Editoria gamecoin
Python
Capturar editorias do site gamecoin
Submitted by
anonymous
-
2 years ago
0
Looking for valid phone number
Python
This locates a valid phone number in a list of phone numbers
Submitted by
Dandaps
-
2 years ago
0
Find image links
Python
Finds image links, for example, links to other's pages on personal webpages.
Submitted by
anonymous
-
2 years ago
0
detect proxy links
Python
can detect socks and http proxies and also authenticated proxies
Submitted by
Elyas Najibzadeh
-
2 years ago
(Last modified 2 years ago)
0
^[A-Z,a-z,\-, ,\&]+$
.NET 7.0 (C#)
Koray Bilgi, Text-Regex
Submitted by
anonymous
-
2 years ago
0
01 Jan 2022 Mon 01:02:03
.NET 7.0 (C#)
01 Jan 2022 Mon 01:02:03
Submitted by
anonymous
-
2 years ago
0
USD
.NET 7.0 (C#)
USD
Submitted by
anonymous
-
2 years ago
1
...
103
104
105
106
107
...
111
Community Library Entry
0
Regular Expression
Python
r"
^\s
{7}
(
[
-A
]
?
\d
+
)
\s
+
(
(
.
|
\n
)*
?
)
\n^\s
{24}
(
[
A
-
Z
]
{0,2}
\d
{3}
(
\.
\d
+
)?
(
\s
(
\w
+
)
)?
)
"
gm
Open regex in editor
Description
Matches entries in a library catalogue.
Submitted by
anonymous
-
a year ago