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
Relevance
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 80 community submitted regex patterns...
0
Custom colors detection css
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
css color code
Python
no description available
Submitted by
anonymous
-
5 years ago
0
property and value capture
ECMAScript (JavaScript)
capture property and value which have color attribute in it
Submitted by
Keshav
-
2 years ago
0
Find element with specific attribute (supports multiline element)
ECMAScript (JavaScript)
This will help you find all the v-btn component usage with prop color set to primary.
Submitted by
anonymous
-
2 years ago
0
exact sass var match with description
PCRE (PHP <7.3)
this was because of the error of this https://github.com/zoyi/wi-new-dashboard/commit/7d7fffe926e85cc85fb369154e1c90b8be870721#diff-7be54cee11d5c1bf2c654c97c8048042L46 ${({ theme }) => theme.colors.widgetLight}est;
Submitted by
anonymous
-
5 years ago
0
Simple tag-split
ECMAScript (JavaScript)
I use this regex for color-formatting messages
Submitted by
anonymous
-
5 years ago
1
2
3
4
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
#
?
\w
{6}
)
|
(
rgb
\s
?
\(
\s
?
(
\d
{1,3}
,
\s
?
){2}
\d
{1,3}
\s
?
\)
)
/
g
Open regex in editor
Description
Color RegEx
Submitted by
Xaliks
-
3 years ago