Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
iframe src parser
Get iframe src
Submitted by
Sumeet Fefar
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Date formatting
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
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Codice Fiscale (Tax Code)
Verify your tax code (Codice Fiscale in Italian)
Submitted by
Gianluca Mancusi
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Split SSL certificates
no description available
Submitted by
anonymous
-
7 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
Match pointless spaces in space separated list
'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.
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
email check
check emailnot match double simbol login..name@domain.com
Submitted by
User
-
7 years ago
6
6 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
email (tikhonov)
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>
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Angular 2 property access
no description available
Submitted by
jros
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
Find join
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Vowel words
([!-\~]aeiou)
Submitted by
Ipsita Mohanty
-
7 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Non vowel words
/\b(+)\b/ig
Submitted by
regexe
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
3-50 all
no description available
Submitted by
anonymous
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
dd-mmm-yyyy dd/mmm/yyyy dd.mmm.yyyy
it accept -, / and . operator date formate 29-Dec-2015
Submitted by
Abhijeet Joshi,
-
7 years ago
4
6 upvotes, 2 downvotes (75% like it) (You must be signed in to vote)
javascript
vowel words
([!-\~]aeiou)
Submitted by
Ipsita Mohanty
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
IP address a.b.c.d form with range from 0 to 255 for each letters
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
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
Find missing space around operators (=, +, -, *, /)
no description available
Submitted by
rugk
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
Search for missing space around operator (=, +, -)
In this case it is only =, but you can easily modify it to add more operators.
Submitted by
rugk
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Telefono Local venezuela
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Telefono celular venezuela
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
business phone number
format (xxx) xxx-xxxx reg- /^\(\d{3}\) \d{3}-\d{4}$/
Submitted by
Sarath
-
7 years ago
1
...
226
227
228
229
230
231
232
...
277
nxtgn title grabber
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
javascript
/
(
.
+
?
)
[
\.
\s
]
(?:
(?:
(
\d
{4}
)
[
\.
\s
]
)
(
S
\d
{1,2}
(?:
E
\d
{1,2}
)?
)
|
(?:
(
\d
{4}
)
[
\.
\s
]
)
|
(
S
\d
{1,2}
(?:
E
\d
{1,2}
(?:
\-
E
?
\d
{1,2}
)?
)?
)
|
(?:
720p
|
1080p
)
)
[
\.
\s
]
?
(
.
*
)
[
\.
\s
]
/
gi
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 8 years ago