Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 4,320 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Discord Invite link pattern
Python
This pattern matches Discord invite links and provides capturing groups for everything.
Submitted by
anonymous
-
4 years ago
2019-10-23 16:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
JSON field value grabber
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-10-24 02:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TikTok Video ID
Python
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
2019-10-24 14:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
fastHistory - REGEXP_INSERT_CMD
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-10-29 07:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
naming
Python
EAS naming
Submitted by
anonymous
-
4 years ago
2019-10-30 13:42
(Last modified 10 months ago)
2023-02-17 10:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AE Log Line
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-10-30 15:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Dutch street address regex
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-01 11:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mexico-CURP-search-v1
Python
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
2019-11-01 13:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find all words with 5 letters last letter z
Python
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
2019-11-05 19:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find all words which have 2 characters, then EITHER OR then POINTER
Python
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
2019-11-05 19:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find all words with Character and specific string and end in y
Python
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
2019-11-05 19:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Name w/ unicode
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-07 11:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Winamax Tournament History
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-09 20:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
panbaidu
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-11 14:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Validator
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-14 15:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Fizl tag parsing
Python
The fizl tool for Tex coherence checking supports %[tag] elements
Submitted by
anonymous
-
4 years ago
2019-11-16 22:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
unit_no_extraction
Python
CREMATRIX
Submitted by
anonymous
-
4 years ago
2019-11-19 12:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
v1.0
Python
Coge todos los casos válidos, descarta todos los incorrectos.
Submitted by
anonymous
-
4 years ago
2019-11-22 16:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
timestamp
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-26 09:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
支持split分组匹配
Python
支持split分组匹配
Submitted by
anonymous
-
4 years ago
2019-11-27 03:09
1
...
144
145
146
147
148
149
150
...
216
frontkn CF
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
.
*
tax
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-04-27 06:12