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,080 community submitted regex patterns...
1
Remove Package Connection data from screen.log
Python
From the Linux Screen.print method, after recording a log which involves some apt-getting, we want to find and trim out all that fat. This is Part 1
Submitted by
anonymous
-
9 years ago
1
git release tag
Python
match git tags as: [app-id]-[env-id]-v[m].[n].[p]
Submitted by
gregory nicholas
-
9 years ago
1
DNS Name
Python
no description available
Submitted by
anonymous
-
9 years ago
1
дом
Python
no description available
Submitted by
anonymous
-
9 years ago
1
String blocks that start and end by a pattern
Python
no description available
Submitted by
anonymous
-
9 years ago
1
MAC address capturing
Python
Captures MAC addressess in any format: aa bb cc dd ee ff aa-bb-cc-dd-ee-ff aa:bb:cc:dd:ee:ff aabb.ccdd.eeff aabbccddeeff
Submitted by
Gilian
-
9 years ago
1
JHP (Javascript 'hypertext' preprocessor) include string
Python
Used by ktek-project-manager, ktek jhp library coming soon to github
Submitted by
ionbladez
-
9 years ago
1
kasper-py-regexp for agent
Python
no description available
Submitted by
reza-ad
-
9 years ago
1
Tag Text
Python
Match text between html tags
Submitted by
Si
-
9 years ago
1
наличие личного авто
Python
no description available
Submitted by
anonymous
-
9 years ago
1
наличие личного авто false reg
Python
no description available
Submitted by
anonymous
-
9 years ago
1
SEO RegExp
Python
SEO RegExp
Submitted by
Jay Patel
-
9 years ago
1
наличие автомобиля FALSE REG
Python
no description available
Submitted by
anonymous
-
9 years ago
1
наличие автомобиля TRUE REG
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Впереди стоящий символ и последний
Python
Опережающая и ретроспективная проверки
Submitted by
Суховерхоа Денис
-
9 years ago
1
detect bot
Python
no description available
Submitted by
luckydonald
-
9 years ago
1
domain/url
Python
Finda a domain or a url, with ot without a port in a string. Includes http and https
Submitted by
Shmuel Blitz
-
9 years ago
1
vdbench error line
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Find multiline links a HTML tag
Python
Find multiline links a HTML tag
Submitted by
CyberLight
-
9 years ago
1
Cyrillic URLs
Python
Matches domain name of URL, supports standart and Cyrillic IDN URLs
Submitted by
MrYodda
-
9 years ago
1
...
180
181
182
183
184
...
254
Community Library Entry
10
Regular Expression
Python
r"
{
(
[^
{}
]
*
)
\|
album}
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago