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
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
point 2
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
sample
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Find all words with Character and specific string and end in y
Supply an appropriate regular expression which will find all words which have the character ‘a’ in them, then 0 or more characters later have the string “epe”, then 0 or more characters later have the character “y”. The “y” character must occur AT THE END of the word in question, but the first ‘a’ d...
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Find all words which have 2 characters, then EITHER OR then POINTER
Write a regular expression to find all words which have the first two characters of "ab", and after that at some point EITHER a "z" or a "y", and then after that at some point an "s". The "s" does not have to be at the end of the word. So the following words are all examples of words which you shou...
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Find all words with 5 letters last letter z
Write a regular expression which would find all words which have exactly 5 letters in them, of which the last letter is a "z".
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
UK postcode
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Phone regex
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Mexico-CURP-search-v1
Regular Expression that searches for CURP standard in Mexico. This is version 1 - 18 positions, with simple validation:`` A-ZA-Z[0-9[0-9[0-9H|MA-ZA-Z0-9
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Dutch street address regex
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
JavaScript Email regex
Javascript regex to validate email address
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
AE Log Line
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
naming
EAS naming
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
GapList
read in gap list file with date day range between 17-21
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
GapList
read in gap list file with date day range between 17-21
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
fastHistory - REGEXP_INSERT_CMD
no description available
Submitted by
anonymous
-
4 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
Python:Match paragraphs separated by URL
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
手机号正则
匹配手机号码的正则表达式 支持130——139、150——153、155——159、180、183、185、186、188、189号段
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Repeated Responses
Find three repetitions of yes or no anywhere in a string.
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
TikTok Video ID
This regexp will match TikTok Video URLs, the supported urls include https://www.tiktok.com/trending?shareId=VIDEO_ID https://www.tiktok.com/embed/VIDEO_ID https://m.tiktok.com/v/VIDEO_ID.html
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Number range
no description available
Submitted by
anonymous
-
4 years ago
1
...
204
205
206
207
208
209
210
...
367
email - javascript
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
(
(
[^
<>()
\[\]\\
.,;:
\s
@"
]
+
(
\.
[^
<>()
\[\]\\
.,;:
\s
@"
]
+
)*
)
|
(
"
.
+
"
)
)
@
(
(
\[
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\]
)
|
(
(
[
a
-
zA
-
Z
\-
0
-
9
]
+
\.
)+
[
a
-
zA
-
Z
]
{2,}
)
)
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 4 years ago