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
Most upvotes
Most downvotes
Highest Score
Lowest Score
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 18,000 community submitted regex patterns...
1
date_regex
Python
YYYYMMDD YYYY-MM-DD YYYY.MM.DD YYYY/MM/DD YYYY-M-D YYYY.M.D...
Submitted by
anonymous
-
5 years ago
(Last modified 10 months ago)
0
匹配数字
Python
no description available
Submitted by
anonymous
-
5 years ago
0
HCPCS Quarterly File Name Update Date File
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Numbers x Numbers
PCRE (PHP <7.3)
no description available
Submitted by
Alexander Ushakov
-
5 years ago
0
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
-
5 years ago
0
tila phissing long keywords clean
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ICR - Adding dash to IRS with 9 or 11 digits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
deek partial include file
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Stroller PDP's ES, DE, GB, NL, US
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
try
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
HDFC
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Lazy/greedy and non capturing group
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
Match HTML Tags
PCRE (PHP <7.3)
Based on an expression from haacked.com
Submitted by
anonymous
-
5 years ago
1
JSON Validation (RFC-8259)
PCRE (PHP <7.3)
PCRE Regular expression that validates JSON according to grammar specified at RFC-8259 (https://tools.ietf.org/html/rfc8259)
Submitted by
anonymous
-
5 years ago
0
time
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
qid
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Drupal get node from anchor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
LogRhythm - Parser - Forcepoint Email Gateway
PCRE (PHP <7.3)
This parser has been built based on a request I've seen in the LogRhythm Community (https://community.logrhythm.com/t5/MPE-Rules/Forcepoint-Websense-Parsing/m-p/395753#M1713). As we know. we are have no options to change the tags names based on the right names that we have in the logging format. So...
Submitted by
anonymous
-
5 years ago
0
tilak hex uploader
PCRE (PHP <7.3)
tilak hex uploader
Submitted by
anonymous
-
5 years ago
0
ntp standalone vlan-range 1
Python
^ntp standalone vlan-range\s\d
Submitted by
anonymous
-
5 years ago
1
...
326
327
328
329
330
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
(?:
(?P<prefix>
.
+
)
\/
)?
(?P<date>
\d
{8}
)
/
(?P<start_time>
\d
{8}
T
\d
{6}
Z
)
_
(?P<end_time>
\d
{8}
T
\d
{6}
Z
)
_
(?P<random_string>
.
+
)
\.
log
\.
gz
$
"
gm
Open regex in editor
Description
this parses keys for logpush log files from cloudflare in s3
Submitted by
anonymous
-
5 years ago