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
List of email validation
.NET 7.0 (C#)
Validate a list of emails separated by a semicolon. Supports emails with accents and other alphabets. Valid email: Abc@example.com;Abc.123@example.com;user+mailbox/department=shipping@example.com;éüöä^0@émäil.côm !#$%&'*+-/=?^_`.{|}~@example.com;"Abc@def"@example.com;"Fred Bloggs"@example.com;"Joe.\...
Submitted by
Mib
-
3 years ago
0
aria-label
PCRE2 (PHP >=7.3)
get google map pins labels
Submitted by
mpiasta
-
3 years ago
0
Klik import search
PCRE2 (PHP >=7.3)
Regex to search for Klik imports
Submitted by
anonymous
-
3 years ago
0
Match color string
PCRE2 (PHP >=7.3)
Match color string
Submitted by
EZ
-
3 years ago
0
usa number
ECMAScript (JavaScript)
using this regular expression you can implement usa number validation.
Submitted by
ebuy
-
3 years ago
0
web validation
PCRE2 (PHP >=7.3)
web validation
Submitted by
anonymous
-
3 years ago
0
web validation
PCRE2 (PHP >=7.3)
web validation
Submitted by
anonymous
-
3 years ago
0
Sign-In with Ethereum
ECMAScript (JavaScript)
This is the complete Sign-In with Ethereum RegExp implementation
Submitted by
anonymous
-
3 years ago
0
extract xml fragments from text
PCRE2 (PHP >=7.3)
maybe useful if you want to enrich e.g. markup with xml fragments and analyse them (e.g. joplinApp with RestApi)
Submitted by
cookyr
-
3 years ago
0
css var regex
PCRE2 (PHP >=7.3)
css var regex
Submitted by
anonymous
-
3 years ago
0
extract id in filename psd from path ftp
ECMAScript (JavaScript)
extract id in filename psd from path ftp
Submitted by
loochanin
-
3 years ago
0
codigo da glosa quebrada, descricao quebrada e sem gp
PCRE2 (PHP >=7.3)
codigo da glosa quebrada, descricao quebrada e sem gp até o limite inferior
Submitted by
anonymous
-
3 years ago
0
Match Time HH:MM:SS
ECMAScript (JavaScript)
It checks for time in 24hr format with colon separator
Submitted by
OMKAR AGRAWAL
-
3 years ago
0
Parse WKT POINT
PCRE2 (PHP >=7.3)
Parse a WKT POINT string into longitude and latitude values
Submitted by
anonymous
-
3 years ago
0
numbered_paths
PCRE2 (PHP >=7.3)
Regex to captures paths starting with numbers
Submitted by
anonymous
-
3 years ago
0
CSS base64 data stream
ECMAScript (JavaScript)
Match Base64 data stream inside CSS file (WOFF/WOFF2)
Submitted by
Anoir Ben Tanfous
-
3 years ago
0
分组
ECMAScript (JavaScript)
显示分组
Submitted by
Jason
-
3 years ago
0
Public
PCRE (PHP <7.3)
Public view for my collection
Submitted by
anonymous
-
3 years ago
0
NDC
.NET 7.0 (C#)
parses all valid NDC codes with or without hyphens
Submitted by
joe.cox@fortyau.com
-
3 years ago
0
Detect space kernel between characters
PCRE (PHP <7.3)
Detect space kernel between characters
Submitted by
anonymous
-
3 years ago
1
...
485
486
487
488
489
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
[
A
-
G
]
{1}
(
[
5
]
)?
(
[
#b
]
{1}
)?
(
mM
|
Mm
|
m
|
M
|
aug
|
dim
|
add
)?
(
[
679
]
|
11
)?
(
(
sus
)
(
[
24
]
)
)?
/
gm
Open regex in editor
Description
this will match the frequently and rarely using musical chords in a sheet music
Submitted by
anonymous
-
6 years ago