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,000 community submitted regex patterns...
0
Sequential ordered list to "lazy" Markdown
PCRE2 (PHP >=7.3)
Convert a normal sequence to a MarkDown "lazy" list which makes for cleaner additions and changes.
Submitted by
anonymous
-
3 years ago
0
italian Region abbreviation
PCRE2 (PHP >=7.3)
For abbreviation made from 2 Case sensitive letters ex: SS,FI,RM,MI etc
Submitted by
gabye
-
3 years ago
0
Nate158
ECMAScript (JavaScript)
https://cdn.jsdelivr.net/npm/idb@7/build/umd.jshttps://www.gstatic.com/firebasejs/8.10.0/firebase-messaging.jshttps://www.gstatic.com/firebasejs/8.10.0/firebase-app.js
Submitted by
anonymous
-
3 years ago
0
regex name
PCRE2 (PHP >=7.3)
^A-ZÀ|Á|Ạ|Ả|Ã|Â|Ầ|Ấ|Ậ|Ẩ|Ẫ|Ă|Ằ|Ắ|Ặ|Ẳ|Ẵ|È|É|Ẹ|Ẻ|Ẽ|Ê|Ề|Ế|Ệ|Ể|Ễ|Ì|Í|Ị|Ỉ|Ĩ|Ò|Ó|Ọ|Ỏ|Õ|Ô|Ồ|Ố|Ộ|Ổ|Ỗ|Ơ|Ờ|Ớ|Ợ|Ở|Ỡ|Ù|Ú|Ụ|Ủ|Ũ|Ư|Ừ|Ứ|Ự|Ử|Ữ|Ỳ|Ý|Ỵ|Ỷ|Ỹ|Đ(?: [a-zà|á|ạ|ả|ã|â|ầ|ấ|ậ|ẩ|ẫ|ă|ằ|ắ|ặ|ẳ|ẵ|è|é|ẹ|ẻ|ẽ|ê|ề|ế|ệ|ể|ễ|ì|í|ị|ỉ|ĩ|ò|ó|ọ|ỏ|õ|ô|ồ|ố|ộ|ổ|ỗ|ơ|ờ|ớ|ợ|ở|ỡ|ù|ú|ụ|ủ|ũ|ư|ừ|ứ|ự|ử|ữ|ỳ|ý|ỵ|ỷ|ỹ])*$
Submitted by
anonymous
-
3 years ago
0
bad email_regex matcher
PCRE2 (PHP >=7.3)
Submitted by
unknown
-
3 years ago
0
Postcode
PCRE2 (PHP >=7.3)
Matches postcodes
Submitted by
anonymous
-
3 years ago
0
匹配颜色绿色 黄棕色
Python
是(.*色) 用分组
Submitted by
robin
-
3 years ago
0
Extract (4.) Switch port state test values by columns
Java 8
adminl2j@child-ex2300-24t> show interfaces ge-0/0/0 terse Interface Admin Link Proto Local Remote ge-0/0/0 up up ge-0/0/0.0 up up eth-switch
Submitted by
Dobri
-
3 years ago
0
Email
PCRE2 (PHP >=7.3)
1
Submitted by
anonymous
-
3 years ago
0
Họ và tên - Vietnamese Name
PCRE2 (PHP >=7.3)
1
Submitted by
anonymous
-
3 years ago
0
Date/time ago parser
PCRE2 (PHP >=7.3)
Select whole date/time ago stamps, specifically formatted for videos from YouTube.
Submitted by
anonymous
-
3 years ago
0
Text case matcher, grouping words no separator
ECMAScript (JavaScript)
This regex is intented to match all words in a given string, remove all case separators. It match strings written in PascalCase, camelCase, kebab-case or snake_case.
Submitted by
Florent Catiau-Tristant
-
3 years ago
0
Tuổi - Age
PCRE2 (PHP >=7.3)
1
Submitted by
anonymous
-
3 years ago
0
http_url_regex
PCRE (PHP <7.3)
http_url_regex
Submitted by
anonymous
-
3 years ago
0
Get favicon URL from HTML body
PCRE2 (PHP >=7.3)
Looks for "shortcut icon" or "icon" in a link rel and will strip query strings.
Submitted by
EcoTechie
-
3 years ago
0
Zarf localhost test
PCRE2 (PHP >=7.3)
Quick match for *.localhost or localhost used by Zarf
Submitted by
Jeff Mccoy
-
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
First Name (+ Middle Name) and Last Name Shredder
Java 8
Allows you to shredder first name (+ middle name) and last name.
Submitted by
Yusuf Yaşar
-
3 years ago
0
ip_adress_ping_regex
Python
link to ip_regex
Submitted by
anonymous
-
3 years ago
0
MPower
PCRE2 (PHP >=7.3)
match facets sizes
Submitted by
simon pa
-
3 years ago
1
...
176
177
178
179
180
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
NEM
.
[
A
-
Z0
-
9
]
{3}
.
[
A
-
Z0
-
9
]
{3,6}
.
[
0
-
9
]
{3}
.
[
0
-
9
]
{1,3}
$
/
gm
Open regex in editor
Description
NEM Error Code.
Ex:
NEM.ESB.IPAB.400.003
Submitted by
anonymous
-
6 years ago