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...
0
Linux Logs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Chatbot Test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Chatbot Test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Find unescaped quotes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Check email
ECMAScript (JavaScript)
Các trường hợp error khi validate email. Trường hợp sử dụng các từ tiếp theo như : / ! “ # $ % & ‘ ( ) = ~ | \ ^ : ; * + ? , ` [ ] { } Trường hợp sử dụng các từ ngoài kí tự tiếng anh trước Trường hợp sử dụng [.(dot), _(underscore)] 2 lần liên tiếp trở lên....
Submitted by
dinh_sinh
-
8 years ago
0
Check email
ECMAScript (JavaScript)
Case error when use a email address not valid. When use next character is: / ! “ # $ % & ‘ ( ) = ~ | \ ^ : ; * + ? , ` [ ] { } Case use character out of Alphabet english. Use [.(dot) or __(underscore)] twice times....
Submitted by
dinh_sinh
-
8 years ago
0
Regex to match key in json
PCRE (PHP <7.3)
((?<=key).*)(?=:|,)
Submitted by
anonymous
-
8 years ago
0
filepath
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Fields
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
domain regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
FilePaths
PCRE (PHP <7.3)
Detect filepaths in text
Submitted by
anonymous
-
8 years ago
0
Regex String starting with * wrapped in single or double quotes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Steam Trade Offer Link
PCRE (PHP <7.3)
Validating steam tradeoffer links
Submitted by
anonymous
-
8 years ago
0
Jcdb connections
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Hub Url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Zen Regex
PCRE (PHP <7.3)
.
Submitted by
anonymous
-
8 years ago
0
HTTP Header - Hardcoded Routable IPv4 address with optional port
PCRE (PHP <7.3)
Matches valid internet-routable IPv4 addresses (Not RFC1918, RFC5735, RFC3927) with optional port delimited by colon. I wrote this specifically for Snort rules that look for hardcoded IPv4 addresses in the HTTP Host header field, but I imagine this may have its uses aside from that. This would hav...
Submitted by
Damian Torres
-
8 years ago
0
tmp
PCRE (PHP <7.3)
test
Submitted by
anonymous
-
8 years ago
0
Match everything between 2 strings - Including the strings and white space and new lines
ECMAScript (JavaScript)
Match everything between 2 strings - Including the strings and white space and new lines
Submitted by
anonymous
-
8 years ago
0
Log search
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
415
416
417
418
419
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
[
0
-
9a
-
f
]
{1,4}
:
)+
(
(
[
0
-
9a
-
f
]
{1,4}
)?
:
)+
(
[
0
-
9a
-
f
]
{1,4}
)
(?=
)
/
gm
Open regex in editor
Description
Some cases of ipv6 at string begin
Submitted by
anonymous
-
3 years ago