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,020 community submitted regex patterns...
1
lazedo
PCRE (PHP <7.3)
kam
Submitted by
lazedo
-
9 years ago
1
quoted key-values in SIP dialog
PCRE (PHP <7.3)
no description available
Submitted by
fenollp
-
9 years ago
1
To catch exceptions or errors in java runtime
Python
no description available
Submitted by
anonymous
-
9 years ago
1
SectIO
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
PersianDate
ECMAScript (JavaScript)
no description available
Submitted by
Nasehi
-
9 years ago
1
Slack auth token validation
PCRE (PHP <7.3)
Validates any Slack auth tokens.
Submitted by
Lemmmy
-
9 years ago
1
Match JESSSIONID
ECMAScript (JavaScript)
Match JESSSION ID for Netscaler HTTP.RES.SET_COOKIE.REGEX_SELECT(re/JSESSIONID=[A-Za-z\.A-Za-z0-9]*/).TYPECAST_COOKIE_T.VALUE(0)
Submitted by
Francesco Fra
-
9 years ago
1
1
PCRE (PHP <7.3)
1y
Submitted by
anonymous
-
9 years ago
1
get video id from youtube link
Golang
no description available
Submitted by
RyuaNerin
-
9 years ago
(Last modified a year ago)
1
Property Search
ECMAScript (JavaScript)
no description available
Submitted by
Churanos
-
9 years ago
1
Match a digit
PCRE (PHP <7.3)
Matches any digit 0-9
Submitted by
Dan Turchin
-
9 years ago
1
fluentd + auditd
PCRE (PHP <7.3)
parse auditd logs with fluentd
Submitted by
anonymous
-
9 years ago
1
Outode
PCRE (PHP <7.3)
Capture the outcode portion (first half) of a UK Post Code.
Submitted by
Nike Begbaaji
-
9 years ago
1
ddd
Python
no description available
Submitted by
anonymous
-
9 years ago
1
simple IPv6 check
ECMAScript (JavaScript)
This performs a non-rigorous validation of IPv6 addresses. Should be used before handing off the value to a better parser/validator.
Submitted by
anonymous
-
9 years ago
1
Forecast.io API's required ISO 8601 datetime
PCRE (PHP <7.3)
Should match one of the valid ISO 8601 datetime formats accepted by Forecast.io API: [YYYY]-[MM]-[DD]T[HH]:[MM]:[SS] with an optional time zone formatted as Z for GMT time or {+,-}[HH]:[MM] (with or without separating colon) for an offset
Submitted by
Clifford Paulick
-
9 years ago
1
Button Online State Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Units RegExp
ECMAScript (JavaScript)
no description available
Submitted by
Javier Matusevich
-
9 years ago
1
CSV: Escape double quotes (") in quoted cells (v1.0)
Python
A stable and simple RegEx, which escapes double-quotes (") in a CSV file.
Submitted by
rugk
-
9 years ago
1
0-360phil
PCRE (PHP <7.3)
For phil
Submitted by
Serg Kronrod
-
9 years ago
1
...
137
138
139
140
141
...
901
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
xox
(?:
(?:
s
|
p
)
-
\d
{11}
-
\d
{11}
-
\d
{11}
-
(?:
[
a
-
f0
-
9
]
{10}
)
|
b-
\d
{11}
-
(?:
[
A
-
Za
-
z0
-
9
]
{24}
)
)
/
gi
Open regex in editor
Description
Validates any Slack auth tokens.
Submitted by
Lemmmy
-
9 years ago