Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
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 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 4,940 community submitted regex patterns...
0
WhatsappMsgParser
Python
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
-
5 years ago
0
National interstate ins row re
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Extract version strings from AssemblyInfo.cs
Python
Multiline support. Requires correct syntax of Assembly*. Ignores comments
Submitted by
anonymous
-
5 years ago
0
xray - Filter
Python
no description available
Submitted by
anonymous
-
5 years ago
0
nba
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Find Field Between Two Tokens
Python
Find Field Between Two Tokens
Submitted by
anonymous
-
5 years ago
0
Horriblesubs
Python
no description available
Submitted by
anonymous
-
5 years ago
0
check code
Python
no description available
Submitted by
anonymous
-
5 years ago
0
FrameHeight
Python
Grab Frame Height
Submitted by
anonymous
-
5 years ago
0
Discord Invite link pattern
Python
This pattern matches Discord invite links and provides capturing groups for everything.
Submitted by
anonymous
-
5 years ago
0
JSON field value grabber
Python
no description available
Submitted by
anonymous
-
5 years ago
0
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
-
5 years ago
0
fastHistory - REGEXP_INSERT_CMD
Python
no description available
Submitted by
anonymous
-
5 years ago
0
naming
Python
EAS naming
Submitted by
anonymous
-
5 years ago
(Last modified 2 years ago)
0
AE Log Line
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Dutch street address regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
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
-
5 years ago
0
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
-
5 years ago
0
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
-
5 years ago
0
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
-
5 years ago
1
...
113
114
115
116
117
...
247
ATR Short Description Format
0
Regular Expression
Python
r"
(?i)
incident:
(
\w.
*
)
,eid:
(
\w.
*
)
,domain:
(
\w.
*
)
,contact:
(
\w.
*
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago