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
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)
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)
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)
python
FrameHeight
Grab Frame Height
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
check code
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
Horriblesubs
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 Field Between Two Tokens
Find Field Between Two Tokens
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
nba
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
xray - Filter
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
Extract version strings from AssemblyInfo.cs
Multiline support. Requires correct syntax of Assembly*. Ignores comments
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
National interstate ins row re
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
WhatsappMsgParser
This Regex parse whats-app messages to 4 groups: Group1- Date (dd/mm/yyyy) Group2- Time (hh:mm) Group3- Author/Sender (name or phone number) Group4- Chat (actual chat data)
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
whatsaapDate
dd/mm/yyyy
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
mongo db email validation
email validation based on the restrictions for entering email adresses into a mongo db email field.
Submitted by
levire.com
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Чистка телефонов (оставить только цифры и переносы строки)
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
Datamatrix - N° de série
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Report url regex
/ui_tests/master/28c6f611
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
[Help] - need full match of a non valid comment blocks
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
Claimants BAT
no description available
Submitted by
anonymous
-
4 years ago
1
...
151
152
153
154
155
156
157
...
210
Content between 2 tag
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
python
r"
(?<=
<tag>
)
(
[
a
-
zA
-
Z
\s\w
]
+
)
(?=
</tag>
)
"
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 4 years ago