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
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
CB tools
PCRE (PHP <7.3)
no description available
Submitted by
2M
-
9 years ago
1
Keil C ARM MDK Error Parser
PCRE (PHP <7.3)
This regex will work with Keil C ARM MDK if you prefer using Eclipse
Submitted by
Peter Nguyen
-
9 years ago
1
at-mention
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
(Last modified 9 years ago)
1
uri validate with a prefix
ECMAScript (JavaScript)
no description available
Submitted by
Roger Wyss
-
9 years ago
1
JS Regex to get full filename from url.
PCRE (PHP <7.3)
JS Regex to get full filename from url even if the filename contains "-".
Submitted by
Vivek Shah
-
9 years ago
1
sourcetype
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
\d{4}(0[1-9]|1[0-2])(0[1-9]|[1-2]\d|30|31)T([01]\d|2[0-3])[0-5]\d[0-5]
ECMAScript (JavaScript)
yyyymmddThhmmss
Submitted by
suman
-
9 years ago
1
tasdf
Python
no description available
Submitted by
anonymous
-
9 years ago
1
extract file name from URL
PCRE (PHP <7.3)
extract file name from URL
Submitted by
m4r35
-
9 years ago
1
user-agent tester
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
kosta
PCRE (PHP <7.3)
kosta
Submitted by
kosta
-
9 years ago
1
keyword with colon and value
PCRE (PHP <7.3)
keyword : value
Submitted by
anonymous
-
9 years ago
1
URL Segment Matching for rewrites
ECMAScript (JavaScript)
no description available
Submitted by
jim
-
9 years ago
1
-> Total_Business_Units -> TBU000 -> TBU200 -> TBU299 -> TBU201 -> TB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
FB Grops
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Swap key and value in JavaScript object
PCRE (PHP <7.3)
This will allow you to swap key and value in a JavaScript object. So { language: "romanian" } will become { romanian: "language" }
Submitted by
Victor
-
9 years ago
1
episode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
test
PCRE (PHP <7.3)
this is a test
Submitted by
anonymous
-
9 years ago
1
Grab valid LAN IPs
PCRE (PHP <7.3)
no description available
Submitted by
jchd
-
9 years ago
1
...
626
627
628
629
630
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
\w
{1}
:
\/\/
(
[
a
-
zA
-
Z0
-
9
\-\_
\s
]
+
\/
)*
\w
+
\.
\w
+
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago