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...
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
iframe src parser
Python
Get iframe src
Submitted by
Sumeet Fefar
-
8 years ago
2016-01-05 12:41
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Date formatting
ECMAScript (JavaScript)
This catches a few formats for dates, including the year, and seperates as much as I think at the moment is possible to make it easy to manipulate the needed data points in the expression
Submitted by
Luis Perez
-
8 years ago
2016-01-05 04:15
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Codice Fiscale (Tax Code)
ECMAScript (JavaScript)
Verify your tax code (Codice Fiscale in Italian)
Submitted by
Gianluca Mancusi
-
8 years ago
2016-01-03 20:23
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Split SSL certificates
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-01-02 03:48
1
2 upvotes, 1 downvotes (score 20.8%) (You must be signed in to vote)
Match pointless spaces in space separated list
ECMAScript (JavaScript)
'test' - no match 'test test' - no match ' test' - match (space at the start) 'test ' - match (space at the end) 'test test' - match (single space in the middle)
Submitted by
J. Harry B.
-
8 years ago
2015-12-31 20:22
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
email check
ECMAScript (JavaScript)
check emailnot match double simbol login..name@domain.com
Submitted by
User
-
8 years ago
2015-12-31 12:18
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
...
230
231
232
233
234
235
236
...
281
my regex for multiline
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Regular Expression
Python
r"
\[
content
\]
(
[
\s\S
]
*
?
)
\[\/
content
\]
"
g
Open regex in editor
Description
Loading markdown...
Submitted by
Ali GĂ–REN
-
8 years ago
2015-11-24 00:32