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,020 community submitted regex patterns...
0
ISO 8601 Define Date Time Check
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
DS_W2_L1_extracttempmeasurements
Python
Extracting temperature measurements from txt file
Submitted by
anonymous
-
4 years ago
0
DS_W2_L1_grouping
Python
Same temperature measurement extraction example but this time using grouping such that we can choose only the positive measurements before September 10
Submitted by
anonymous
-
4 years ago
0
apt 304 rangeRegex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
username
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
#67135
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
transaction_lazypay
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Hex colours
PCRE2 (PHP >=7.3)
no description available
Submitted by
Mark Cooper
-
4 years ago
0
ivrstudio BRs
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Clou v1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Credit Guard API
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Credit Guard version2
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Steam Library VDF
PCRE (PHP <7.3)
no description available
Submitted by
https://github.com/syntax-tm
-
4 years ago
0
ID extraction failure splunk
PCRE (PHP <7.3)
Extraction of ID fails in Splunk search window, as an illustration to case 2124568 (https://splunkcommunities.force.com/customers/5005a00001j1gHcAAI)
Submitted by
Jonathan Martens <jonathan.martens@maastro.nl>
-
4 years ago
0
FS PERFS log parsing
Python
no description available
Submitted by
anonymous
-
4 years ago
0
OLP Nest attributes regex 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ChristEl
PCRE2 (PHP >=7.3)
Christ Elektronic -> long version
Submitted by
Jan Alexander
-
4 years ago
0
8 3-digit numbers capture groups - w spaces - long!
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
thử nghiệm htaccess
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Date regex
Python
no description available
Submitted by
Krynce
-
4 years ago
1
...
411
412
413
414
415
...
901
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
^
rgba
?
\(
(
(
[
+-
]
?
\d
+
(
\.
\d
+
)?
)
,
\s
*
){2}
[
+-
]
?
\d
+
(
\.
\d
+
)?
(
,
\s
*
(
0
?
\.
\d
|
[
01
]
)
)?
\)
$
/
Open regex in editor
Description
CSS RGB Color Regex for JS
Supports RGB and RGBA syntax (identical in CSS Color Module Level 4)
Well tested
Allows for decimal values
Currently does not support percentage values or CSS Color Module Level 4 white-space syntax
Submitted by
anonymous
-
5 years ago