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 17,420 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
deek partial include file
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-23 14:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ICR - Adding dash to IRS with 9 or 11 digits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-23 14:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
iModelBank code id parsing
PCRE (PHP <7.3)
The 2 first parts of codeId are hexadecimal. The third can be any human readable string, all characters are allowed except for -. This one is encoded as 0x2D (since 0x2D is -'s utf8 value in hexadecimal).
Submitted by
anonymous
-
4 years ago
2020-04-24 19:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
tila phissing long keywords clean
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-23 14:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
LogRhythm - Parser - Symantec Endpoint Protection - Agent Activity Logging
PCRE (PHP <7.3)
This parser has been built in order to parse the Symantec Endpoint Protection and specifically for Agent Activity Logging. If you would to know more about the type of Symantec logging, please click here.
Submitted by
anonymous
-
4 years ago
2020-04-23 15:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Numbers x Numbers
PCRE (PHP <7.3)
no description available
Submitted by
Alexander Ushakov
-
4 years ago
2020-04-23 16:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HCPCS Quarterly File Name Update Date File
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-23 18:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配数字
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-04-24 06:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match titles in url
PCRE (PHP <7.3)
loud
Submitted by
anonymous
-
4 years ago
2020-04-24 15:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
job titles - fwd/bwd
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-04-24 22:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
job titles - fwd/bwd - 2
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-04-24 22:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
remove comma from City, State
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-04-25 17:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
StringLiteral
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-25 17:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-25 20:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
elb log filename parser
Python
This is the pattern for a ALB log files exported to s3.
Submitted by
anonymous
-
4 years ago
2020-04-26 17:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
logpush regex
Python
this parses keys for logpush log files from cloudflare in s3
Submitted by
anonymous
-
4 years ago
2020-04-26 17:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match after
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-27 01:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bound Reference
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-27 03:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
frontkn CF
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-04-27 06:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get signal name from timing file name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-27 07:57
1
...
764
765
766
767
768
769
770
...
871
URLs
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
[
a
-
zA
-
Z
]
*
:
\/\/
[
a
-
z
\.
@
]
+
\.
[
a
-
z
]
{2,5}
[
\/
]
?
\S
*
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-05-17 17:18