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...
2
Delimite a number with 3-digital block
ECMAScript (JavaScript)
no description available
Submitted by
Willy
-
9 years ago
1
Delimite a number with 3-digital block
PCRE (PHP <7.3)
no description available
Submitted by
Willy
-
9 years ago
1
email validation regex
ECMAScript (JavaScript)
no description available
Submitted by
parul
-
9 years ago
1
Match each 3 number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
fffs
ECMAScript (JavaScript)
dfsfd
Submitted by
anonymous
-
9 years ago
-1
ISO 8601 datetime for Forecast.io API
PCRE (PHP <7.3)
Should match ISO 8601 datetime for Forecast.io API: [YYYY]-[MM]-[DD]T[HH]:[MM]:[SS] with an optional time zone formatted as Z for GMT time or {+,-}HH (with or without separating colon) for an offset
Submitted by
Clifford Paulick
-
9 years ago
1
Validate percentage in JavaScript (Working)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
JavaScript Percentage Validation
ECMAScript (JavaScript)
no description available
Submitted by
rat
-
9 years ago
1
segment path
Python
no description available
Submitted by
anonymous
-
9 years ago
1
url
ECMAScript (JavaScript)
url
Submitted by
anonymous
-
9 years ago
1
Numéro de téléphone portable
PCRE (PHP <7.3)
Valide si la chaine est une numéro de téléphone portable
Submitted by
Pierre Leroux
-
9 years ago
1
StringyTyped
PCRE (PHP <7.3)
Singular
Submitted by
anonymous
-
9 years ago
3
Remove _1 suffix from image filenames
PCRE (PHP <7.3)
Remove autogenerated file name suffixes from images whilst preserving the extension (e.g. .jpg) These suffixes are usually added when filename already exists in the directory an image is being saved to by an application. Magento is a fine example of a system that does this.
Submitted by
John Hughes
-
9 years ago
1
Isolate URL in Iframe
ECMAScript (JavaScript)
Will select everything between the double quotes in an Iframe's src tag. Useful for retrieving/replacing the URL.
Submitted by
anonymous
-
9 years ago
1
fdwfe
ECMAScript (JavaScript)
few
Submitted by
few
-
9 years ago
4
find uncommented coffeescript console.logs
ECMAScript (JavaScript)
no description available
Submitted by
valiafetisov
-
9 years ago
1
@ngInject
PCRE (PHP <7.3)
no description available
Submitted by
Jonathan Rubin Yaniv
-
9 years ago
1
url tokenizer
PCRE (PHP <7.3)
break down a url to it's components
Submitted by
johnrcui
-
9 years ago
0
Match HTML Tag Contents
PCRE (PHP <7.3)
Capture group one is the tag's name, capture group two is the tag's contents.
Submitted by
anonymous
-
9 years ago
1
URL Regex
PCRE (PHP <7.3)
An advanced URL regex for http(s) and ftp.
Submitted by
Matthias Weiß
-
9 years ago
1
...
748
749
750
751
752
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
\/\/
[
a
-
z
]
+
\.
(?:
[
a
-
z
]
+
\:
?
[
0
-
9
]
+
?
|
[
a
-
z0
-
9
]
+
\.
[
a
-
z
]
+
)
\/
\b
assets
\b
\/
\b
read
\b
\/
(
(
\w
)+
\.
png
)
/
g
Open regex in editor
Description
no description available
Submitted by
Michael Degli-Angeli
-
8 years ago