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)
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
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
video img
/\/g
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Date Input mask expression
An expression to test weather or not to add a / when entering in dates
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
JSON field value grabber
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
Discord Invite link pattern
This pattern matches Discord invite links and provides capturing groups for everything.
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
ISAN/ISMN/ISRN/ISWC
Combined patterns for ISAN, ISMN, ISRN and ISWC to distinguish them for BibLaTeX output.
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Coding Kata Exercise #1
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
Belgian PhoneNumber
Validates both mobile and landlines allows forward slash and dots according to common conventions among the people
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Zip Code Germany, Austria, Switzerland, Netherlands
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
Straßenname Germany, Austria, Switzerland, Netherlands
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
html tag grabber
using group
Submitted by
anonymous
-
4 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
look ahead and look behind
find number in string with look behind and look ahead
Submitted by
anonymous
-
4 years ago
1
...
204
205
206
207
208
209
210
...
367
Match odd amount of backslashes.
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
python
r"
(?:
(?<=
[^
\\
]
)
|
^
)
(
\\
(?:
\\
{2}
)*
)
(?=
[^
\\
]
|
$
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 4 years ago