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
Hex color code checker
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Color Codes
ECMAScript (JavaScript)
hi
Submitted by
12944qwerty
-
2 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
hsl colors
ECMAScript (JavaScript)
matches many HSL and HSLA formats permitted in CSS
Submitted by
anonymous
-
2 years ago
-1
Matching un-wrapped HTML & CSS code blocks in Markdown
ECMAScript (JavaScript)
PATTERNS RegEx Flavour ECMAScript (JavaScript, ActionScript, TypeScript, etc.) ...
Submitted by
anonymous
-
2 years ago
0
aHex color
ECMAScript (JavaScript)
no description available
Submitted by
@hachesilva
-
7 years ago
0
Hexadecimal Color
PCRE (PHP <7.3)
My First Regex
Submitted by
anonymous
-
8 years ago
0
Find white color text in html HSL
ECMAScript (JavaScript)
Find white color text in html (hsl)
Submitted by
anonymous
-
4 years ago
0
COLOR ESCRITO NORMAL (v2) variationsTwister
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
COLOR ESCRITO NORMAL v2 (pag2)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Convert NGUI Color codes to Unity Rich Text Color codes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 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
css color code
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Set(Scale|Blend|Alpha|Rotation|Color)
PCRE (PHP <7.3)
no description available
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
0
Validate and extract different color models
ECMAScript (JavaScript)
Validate and extract #HEX, rgb() and rgba() values
Submitted by
anonymous
-
4 years ago
0
Change white color text in html
ECMAScript (JavaScript)
Find the white color text in html. Using replace command we have to change some other colors
Submitted by
anonymous
-
4 years ago
0
Custom colors detection css
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Automatically removes any CSS property that doesn't affect the border, background, color, or shadow
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Minecraft Color Code Regex
Java 8
Easy to remove minecraft color codes from strings.
Submitted by
Saniee
-
3 years ago
1
2
3
4
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
#
(?:
[
a
-
f0
-
9
]
{4}
){1,2}
\b
/
g
Open regex in editor
Description
no description available
Submitted by
@hachesilva
-
7 years ago