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
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
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
python
Match parenthesis
Matches anything wrapped in parenthesis. Can handle nested and consecutive sets of parenthesis.
Submitted by
Nic Roland
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Match 0-100
http://stackoverflow.com/questions/34474298/regex-match-pattern-with-prefixed-string/34474387#34474325
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
dnd roll regex v0.0.1
Parse simpe roll statement like 3d8+2 or 1d100-7
Submitted by
anonymous
-
7 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
python
TD data from html table
no description available
Submitted by
Deepak Bansal
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Email
validate email address
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
city names
no description available
Submitted by
anonymous
-
7 years ago
-1
1 upvotes, 2 downvotes (33% like it) (You must be signed in to vote)
python
emoticon
no description available
Submitted by
Victor Huang
-
7 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
python
GetDeviceIdFromAOR
no description available
Submitted by
anonymous
-
7 years ago
1
...
227
228
229
230
231
232
233
...
278
ghs LS Summary extractor
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
python
r"
(?:
CRITERION
SUMMARY
.
*
?
\n
)
(
.
*
?
)
(?:
\n
{2}
|
\.
PLOT
PAGE
)
"
gims
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 8 years ago