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,600 community submitted regex patterns...
5
6 upvotes, 1 downvotes (score 48.7%) (You must be signed in to vote)
email (tikhonov)
ECMAScript (JavaScript)
CheckEmail Login start or end simbols [._- ] .login@domain.com - fail -login@domain.com - fail _login@domain.com - fail login.@domain.com - fail...
Submitted by
Tikhonov Alexander <123546.90@mail.ru>
-
8 years ago
2015-12-31 12:13
(Last modified 2 months ago)
2023-07-24 12:11
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
Angular 2 property access
ECMAScript (JavaScript)
no description available
Submitted by
jros
-
8 years ago
2015-12-30 18:35
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Find join
Python
no description available
Submitted by
anonymous
-
8 years ago
2015-12-30 16:24
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Vowel words
ECMAScript (JavaScript)
([!-\~]aeiou)
Submitted by
Ipsita Mohanty
-
8 years ago
2015-12-29 19:54
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
Non vowel words
ECMAScript (JavaScript)
/\b(+)\b/ig
Submitted by
regexe
-
8 years ago
2015-12-29 19:32
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
3-50 all
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2015-12-29 15:18
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
dd-mmm-yyyy dd/mmm/yyyy dd.mmm.yyyy
ECMAScript (JavaScript)
it accept -, / and . operator date formate 29-Dec-2015
Submitted by
Abhijeet Joshi,
-
8 years ago
2015-12-29 12:44
4
6 upvotes, 2 downvotes (score 40.9%) (You must be signed in to vote)
vowel words
ECMAScript (JavaScript)
([!-\~]aeiou)
Submitted by
Ipsita Mohanty
-
8 years ago
2015-12-29 07:14
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
IP address a.b.c.d form with range from 0 to 255 for each letters
Python
Are you pissed off with your regular expression homework? well then. here is the answer. ^([0-9]|1-9|1(0-9)|2(0-4|5[0-5]))\.([0-9]|1-9|1(0-9)|2(0-4|5[0-5]))\.([0-9]|1-9|1(0-9)|2(0-4|5[0-5]))\.([0-9]|1-9|1(0-9)|2(0-4|5[0-5]))$
Submitted by
Abdulaziz
-
8 years ago
2015-12-29 05:22
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Find missing space around operators (=, +, -, *, /)
Python
no description available
Submitted by
rugk
-
8 years ago
2015-12-28 20:40
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Search for missing space around operator (=, +, -)
Python
In this case it is only =, but you can easily modify it to add more operators.
Submitted by
rugk
-
8 years ago
2015-12-28 20:38
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Telefono Local venezuela
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2015-12-28 15:20
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Telefono celular venezuela
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2015-12-28 15:10
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
business phone number
ECMAScript (JavaScript)
format (xxx) xxx-xxxx reg- /^\(\d{3}\) \d{3}-\d{4}$/
Submitted by
Sarath
-
8 years ago
2015-12-28 12:23
1
2 upvotes, 1 downvotes (score 20.8%) (You must be signed in to vote)
Match parenthesis
Python
Matches anything wrapped in parenthesis. Can handle nested and consecutive sets of parenthesis.
Submitted by
Nic Roland
-
8 years ago
2015-12-27 18:49
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Match 0-100
ECMAScript (JavaScript)
http://stackoverflow.com/questions/34474298/regex-match-pattern-with-prefixed-string/34474387#34474325
Submitted by
anonymous
-
8 years ago
2015-12-26 19:25
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
dnd roll regex v0.0.1
Python
Parse simpe roll statement like 3d8+2 or 1d100-7
Submitted by
anonymous
-
8 years ago
2015-12-25 19:03
-2
2 upvotes, 4 downvotes (score 9.7%) (You must be signed in to vote)
TD data from html table
Python
no description available
Submitted by
Deepak Bansal
-
8 years ago
2015-12-24 10:15
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Email
ECMAScript (JavaScript)
validate email address
Submitted by
anonymous
-
8 years ago
2015-12-23 18:46
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
city names
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2015-12-23 16:49
1
...
230
231
232
233
234
235
236
...
280
regex to match absolute urls
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
(
(?:
https
?
:
)?
\/\/
(?:
[
\w
]
+
[
.
]
[
\w
]
+
)+
/
?
)+
$
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
maq
-
8 years ago
2015-11-29 13:45