Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 5,620 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
shopware-article-number
Python
no description available
Submitted by
anonymous
-
8 years ago
2016-02-03 17:56
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
read zip and location from string
ECMAScript (JavaScript)
exact 5 digits followed by string (city)
Submitted by
moritz
-
8 years ago
2016-02-03 17:01
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Simple math term parser
ECMAScript (JavaScript)
This regex can be used for parsing simple math terms. You can use this operations: + - * / For example: 1+2 1.9/8.9 -810.123-98...
Submitted by
anonymous
-
8 years ago
2016-02-03 14:34
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
Password Validation
Python
Checks for password containing at least 1 Upper case, 1 lower case, 1 digit and 1 special character, all together with a length of at least 8. (This pattern allows any order of the requried elements, other than what was been distributed here before)
Submitted by
Tom Spielvogel
-
8 years ago
2016-02-03 13:16
7
10 upvotes, 3 downvotes (score 49.7%) (You must be signed in to vote)
Date and time format - ISO 8601
ECMAScript (JavaScript)
Matches ISO 8601 date formats
Submitted by
Ettienne
-
8 years ago
2016-02-03 08:21
1
3 upvotes, 2 downvotes (score 23.1%) (You must be signed in to vote)
word matcher
ECMAScript (JavaScript)
no description available
Submitted by
Cengizism
-
8 years ago
2016-02-03 08:03
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
sophos
Python
my first one
Submitted by
bwl
-
8 years ago
2016-02-03 07:11
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
dXNpbmcgU3lzdGV.GtLklPOw0KdXNpbmcgU3lzdGVtOw0KDQpjbGFzcyBQcm9
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-02-02 20:31
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
gasmeter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-02-02 20:07
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
compile -> link replace
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-02-02 15:06
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
---
ECMAScript (JavaScript)
Submitted by
rs
-
8 years ago
2016-02-01 13:31
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
me
Python
me
Submitted by
me
-
8 years ago
2016-02-01 05:48
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
me
Python
paypal accounts
Submitted by
jhon
-
8 years ago
2016-01-31 10:50
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
matching inline note
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-01-31 04:36
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Amazon S3 Scheme-Bucket-Key
Python
Regex which finds and groups the Amazon S3 scheme (e.g. s3, s3n, s3a), bucket name, and key.
Submitted by
Sterling Hoeree
-
8 years ago
2016-01-31 03:19
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
contact email validator updated
ECMAScript (JavaScript)
contact email validator updated for dash and number in domain TLD
Submitted by
anonymous
-
8 years ago
2016-01-31 02:58
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
contact email address validation
ECMAScript (JavaScript)
validate contact email clientside in JS
Submitted by
anonymous
-
8 years ago
2016-01-31 02:46
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
ofstream ifstream file C++
Python
match ofstream of("test.txt", ios_base::app); ofstream of("test.txt", ios_base::trunc); ofstream of("test.txt", ios_base::binary);
Submitted by
Денис Суховерхов
-
8 years ago
2016-01-30 08:09
1
2 upvotes, 1 downvotes (score 20.8%) (You must be signed in to vote)
ofsream open file C++
Python
match of.open("test.txt");
Submitted by
Денис суховерхов
-
8 years ago
2016-01-30 08:07
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
shift+click url() parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-01-29 19:36
1
...
225
226
227
228
229
230
231
...
281
pdf url link
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
^
http
(
s
?
)
\:\/\/
[
0
-
9a
-
zA
-
Z
]
(
[
-.
\w
]
*
[
0
-
9a
-
zA
-
Z
]
)*
(
:
(
0-9
)*
)*
(
\/
?
)
(
[
a
-
zA
-
Z0
-
9
\-\.\?\,\'\/\\\+
&%
\$
#_
]
*
)?
(
.
pdf
)
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
8 years ago
2016-01-13 10:00