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,300 community submitted regex patterns...
0
ip_adress_ping_regex
Python
link to ip_regex
Submitted by
anonymous
-
3 years ago
0
Zarf docker domain matcher
Golang
Used by Zarf to swap the registry domain/port part an image url without needed the docker libraries. usage in go: func SwapHost(src string, targetHost string) string { var parser = regexp.MustCompile((?im)^([a-z0-9\-.]+\.[a-z0-9\-]+:?[0-9]*)?/?(.+)$) var substitution = targetHost + "/$2" return...
Submitted by
Jeff McCoy
-
3 years ago
0
匹配颜色绿色 黄棕色
Python
是(.*色) 用分组
Submitted by
robin
-
3 years ago
0
parse dpserver url
Golang
parse dpserver url
Submitted by
qianshen
-
3 years ago
0
regex_email
Python
메타문자 + 활용을 위한 예제
Submitted by
anonymous
-
3 years ago
0
Convert location from geoJson to Simple Location Format
Python
Allow to convert geolocation POS (related to a shape like a polygon) from geoJson to Simple Location Format
Submitted by
François Devaux
-
3 years ago
0
豆瓣图书信息匹配/Regex for douban books
Golang
提取书籍信息 get book information link like:https://book.douban.com/subject/35049755/
Submitted by
anonymous
-
3 years ago
0
url pain
Python
pain
Submitted by
anonymous
-
3 years ago
0
晋江文学城作品界面详细信息/jjwxc.net
Golang
for http://my.jjwxc.net/novelreview.php?novelid= +novel id
Submitted by
anonymous
-
3 years ago
0
structs c
Python
test struct c regex
Submitted by
anonymous
-
3 years ago
0
Password Validation
Python
8 char 1 special char 1 number char 1 lower char 1 upper char
Submitted by
you
-
3 years ago
(Last modified 3 years ago)
0
Barcodes
Python
Matching barcodes
Submitted by
Moses
-
3 years ago
0
Media files
Python
Matching majority of media files
Submitted by
Moses
-
3 years ago
0
keywords
Python
matching a keyword expression and wrapping it with an html tag
Submitted by
anonymous
-
3 years ago
0
find match in url
Python
find the word "google" with "i" or "com"
Submitted by
Shai chikorel
-
3 years ago
0
Unreal Engine (UE_LOG) Parser - GoLang version
Golang
This regex is suitable for anyone ingesting UE_LOG files into Loki and creating dashboards in Grafana.
Submitted by
Mike McShaffry
-
3 years ago
0
SoundsExtract
Python
extract sounds
Submitted by
anonymous
-
3 years ago
0
Python string regex with escaped characters
Python
string regex but you can escape characters like \", for python only
Submitted by
Fxomt
-
3 years ago
(Last modified 3 years ago)
0
Currency Style (py.checkio.org)
Python
a mission on py.checkio.org: Currency Style
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Parse ISO date with named group for Python
Python
Parses ISO date like: 2021-01-19T15:21:32.59+02:00 and returns these named groups: fulldate (full date and time) date (2021-01-19)...
Submitted by
Fabio Rotondo (fsoft)
-
3 years ago
1
...
95
96
97
98
99
...
115
Community Library Entry
0
Regular Expression
Python
r"
\b
[
A
-
Z0
-
9._%+-
]
+
@
[
A
-
Z0
-
9.-
]
+
\.
[
A
-
Z
]
{2,}
\b
"
i
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago