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 12,660 community submitted regex patterns...
-2
Name
PCRE (PHP <7.3)
no description available
Submitted by
Alpha
-
10 years ago
1
Css Splitter
PCRE (PHP <7.3)
Splits the css code into two blocks. (comments|selector block)
Submitted by
@Silent_Coder
-
10 years ago
1
match arguments similar to shell, supports quoted string
ECMAScript (JavaScript)
first group matches quoted strings second group plain text, arguments are separated with a space. example: "this is a \"string\"" thisisnot "another \"string\" with a backslash \"\\"" just replace \" with " after matching.
Submitted by
anonymous
-
10 years ago
1
BIGipServerPool Parsing
PCRE (PHP <7.3)
Parse for the BIGipServerPool set by F5 load balancers
Submitted by
Nathan Baker
-
10 years ago
1
Käyttäjätunnus
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
CNPJ - brazilian company identifier number
ECMAScript (JavaScript)
Matches CNPJ, which is an identification number issued to Brazilian companies.
Submitted by
Uilian Souza
-
10 years ago
1
SIP Address Validator
PCRE (PHP <7.3)
Validates SIP(Session Initiation Protocol) Addresses
Submitted by
Tarun Telang
-
10 years ago
1
SIP Address Validator
ECMAScript (JavaScript)
This Regular Expression Validates SIP Addresses
Submitted by
Tarun Telang, Sanjay Sinha
-
10 years ago
2
paren strip test
PCRE (PHP <7.3)
paren strip test
Submitted by
marie bacuno
-
10 years ago
1
Find any version of US country name in address string
PCRE (PHP <7.3)
Given a string that represents a location in the USA, find any version of the USA country name as one would expect at the end of that string. Does not match on if it finds it elsewhere such as a freeway name or the "us" in the city of "Russellville".
Submitted by
Bobby
-
10 years ago
0
Tele
PCRE (PHP <7.3)
no description available
Submitted by
Alpha
-
10 years ago
1
Regex to replace alert
PCRE (PHP <7.3)
foo
Submitted by
anonymous
-
10 years ago
1
Achar dominios
PCRE (PHP <7.3)
no description available
Submitted by
BrineDev
-
10 years ago
1
Extract video code from YouTube URL
ECMAScript (JavaScript)
no description available
Submitted by
@uimanwashere
-
10 years ago
1
win path
PCRE (PHP <7.3)
no description available
Submitted by
Dragan
-
10 years ago
2
Matches first word
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
regex101-8846 on #regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
0
aliexpres
PCRE (PHP <7.3)
test z wyrażeniem regularnym
Submitted by
diox
-
10 years ago
0
hhh
PCRE (PHP <7.3)
Fghh
Submitted by
ggj
-
10 years ago
0
Jeny
PCRE (PHP <7.3)
132
Submitted by
Renderlife
-
10 years ago
1
...
595
596
597
598
599
...
633
S3 Access Log Analyzer
1
Regular Expression
ECMAScript (JavaScript)
/
(
\S
+
)
(
\S
+
)
\[
(
[
\w
:/
]
+
\s
[
+
\-
]
\d
{4}
)
\]
(
[
\d
.
]
+
)
(
\S
+
)
(
\S
+
)
(
\S
+
)
(
\S
+
)
"
(
.
+
?
)
"
\d
{3}
(
\S
+
)
(
\S
+
)
(
\d
+
)
(
\d
+
)
(
\S
+
)
"
(
.
+
?
)
"
"
(
.
+
?
)
"
(
\S
+
)
/
Open regex in editor
Description
A javascript regex for parsing an S3 log line.
Submitted by
Matt Ingenthron <ingenthr@cep.net>
-
10 years ago