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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 5,520 community submitted regex patterns...
0
jdimg
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
CHIP-8 Assembler
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
IP/MASK or IP/CIDR (accept 5.5.5.0/255.255.255.0 and 5.5.5.0/24)
ECMAScript (JavaScript)
IP/MASK or IP/CIDR (accept 5.5.5.0/255.255.255.0 and 5.5.5.0/24)
Submitted by
anonymous
-
5 years ago
0
ARVFRESLOAD
Python
no description available
Submitted by
anonymous
-
5 years ago
0
article group
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Chrome error.stack Parser
ECMAScript (JavaScript)
error.stack object parser. Captures symbol, url, line, column.
Submitted by
anonymous
-
5 years ago
0
Errores DRIVE
Python
no description available
Submitted by
anonymous
-
5 years ago
0
parse URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Acronym_Central
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Amazon_Abbreviations_and_Acronyms
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
For positive numbers and floats
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Latest Radon Change
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Patent Classfication
Python
ipc cpc fi
Submitted by
anonymous
-
5 years ago
0
Patent Classfication
Python
ipc cpc fi
Submitted by
anonymous
-
5 years ago
0
Patent Classfication
Python
ipc cpc fi
Submitted by
anonymous
-
5 years ago
0
LLR_get_invoice_details
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
jelszó
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
CSS Hex Color
ECMAScript (JavaScript)
CSS Hex Color Regex for JS Supports alpha value (4 and 8 character hex codes) introduced in CSS Color Module Level 4 Well tested
Submitted by
anonymous
-
5 years ago
1
CSS RGB Color
ECMAScript (JavaScript)
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
0
bad regex URL catching
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
123
124
125
126
127
...
276
almost any similar word
0
Regular Expression
Python
r"
(?i)
(
(
\b
foll
[
\w
á
-
ú
]
{4,10}
)
|
(
\b
foll
(
[
aeéoó
]
[
nsdr
]
?
(?=
[^
\w
áé
]
)
)
)
|
(
\b
foll
(?:
(
[
eéaá
]
[
ibsrdo
]
[
\w
áé
]
)
)
)
|
(
folleta
)
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
10 years ago