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
Less or greater than characters except simple html tags
ECMAScript (JavaScript)
greater
Submitted by
s0updev
-
3 years ago
0
American to Dutch date - QUESTION
PCRE2 (PHP >=7.3)
REGEX course work
Submitted by
JFD
-
3 years ago
0
Test
PCRE2 (PHP >=7.3)
Test
Submitted by
anonymous
-
3 years ago
0
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])[0-9a-zA-Z]{8,}$
PCRE2 (PHP >=7.3)
password validation
Submitted by
anonymous
-
3 years ago
0
text PUNCT text TO text HYPHEN text
PCRE2 (PHP >=7.3)
text PUNCT text TO text HYPHEN text
Submitted by
anonymous
-
3 years ago
0
Element alert parser - error message
ECMAScript (JavaScript)
Extract error message from Element alert notification
Submitted by
anonymous
-
3 years ago
0
Element alert parser - workflow name
ECMAScript (JavaScript)
Parse workflow name from Element alert notification
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Element alert parser - log link
ECMAScript (JavaScript)
Extract link to log from Element alert notification
Submitted by
anonymous
-
3 years ago
0
digits repeat 4 times
PCRE2 (PHP >=7.3)
digits repeat
Submitted by
anonymous
-
3 years ago
0
Positive Lookbehind example
PCRE2 (PHP >=7.3)
Find all numbers: \d{1,3}(,\d{3})*(\.\d{2})? Find numbers at beginning on the line ...
Submitted by
anonymous
-
3 years ago
0
Hex Color Code
Python
A solution of this test from HackerRank https://www.hackerrank.com/challenges/hex-color-code/problem
Submitted by
anonymous
-
3 years ago
0
Timer
PCRE2 (PHP >=7.3)
Timer
Submitted by
anonymous
-
3 years ago
0
Resistance Recursive v2
PCRE2 (PHP >=7.3)
A try to use recursive
Submitted by
daviih
-
3 years ago
1
Screencast.com video url regex
PCRE (PHP <7.3)
Screencast.com video url regex
Submitted by
anonymous
-
3 years ago
2
Svelte: CSS class attribute (Svelte or HTML friendly), class:directive, TailwindCSS classes, and @apply.
ECMAScript (JavaScript)
SvelteComponent Class Directive Matching Also supports TailwindCSS-style @apply directive for the class value. class:directive={boolean} ...
Submitted by
Nicholas Berlette (@nberlette)
-
3 years ago
2
CSS Colors: RGB(A), HSL(A), HEX(3,4,6,8), var(--tw-color), etc...
ECMAScript (JavaScript)
Versatile, multiline matching of CSS colors of many common formats, including: [x] HEX-3: #123 (equivalent to #112233) [x] HEX-4: #FA0F ( ... #FFAA00FF) [x] HEX-6: #FF3300 ( ...#F30) [x] HEX-8: #FFAA00FF ( ...#FA0F)...
Submitted by
Nicholas Berlette (@nberlette)
-
3 years ago
0
8 Characters
PCRE2 (PHP >=7.3)
Must Contain 8 Characters
Submitted by
anonymous
-
3 years ago
0
Interview Test Valid Odds
Java 8
Interview Test Valid Odds
Submitted by
anonymous
-
3 years ago
0
MyRegexs, Typescript replacers
ECMAScript (JavaScript)
Regex used to text replacment
Submitted by
Nathan
-
3 years ago
0
Match float in string
PCRE2 (PHP >=7.3)
165.1 x 75.6 x 8.9 mm (6.5 x 2.98 x 0.35 in)
Submitted by
anonymous
-
3 years ago
1
...
178
179
180
181
182
...
901
Community Library Entry
0
Regular Expression
Python
r"
(
\s
*
excelent
(
\w
)?
(?<!
,
)
(
\s
)
calidad
(
.
){1,3}
(
\S
)?
)
"
gm
Open regex in editor
Description
exc calidad
Submitted by
anonymous
-
3 years ago