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,040 community submitted regex patterns...
0
Sabre
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
0201009233
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Rosti upgrade with +
PCRE (PHP <7.3)
Fix of lot being smaller when 6 chars
Submitted by
anonymous
-
6 years ago
0
Idea: Substitute contents before match and after match
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Search Url Regex
PCRE (PHP <7.3)
Simple Regex recognising a search url
Submitted by
anonymous
-
6 years ago
0
SEO mobile orchestra
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
keyvalue
Python
value part of key=value key='value' key="value" value can have spaces if quoted
Submitted by
anonymous
-
6 years ago
0
Find DevExpress Assembly References
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
match catch block without specified expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
BTC Wallet
PCRE (PHP <7.3)
BTC Wallet
Submitted by
anonymous
-
6 years ago
0
BBCode tags strip
ECMAScript (JavaScript)
Removes BBCode tags with any characters provided after = (e.g. attributes). Omits unknown tags.
Submitted by
anonymous
-
6 years ago
0
repeat url regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
abbreviation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Validate Windows filename
PCRE (PHP <7.3)
Validates a Windows filename Filename cannot contain tab, carriage return, back slash, forward slash, less than, greater than, colon, double quote, pipe, question mark or asterisk. It also cannot end with a period or space (Non-printable characters have been ignored due to the difficulty in actual...
Submitted by
anonymous
-
6 years ago
0
LDOCE词典释义中英文分割
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
All sorts of experiments
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Between Brackets and Parens
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Match EN Article Title
PCRE (PHP <7.3)
This is used to reformat an EN article title
Submitted by
anonymous
-
6 years ago
0
old_structure
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
bs_structure
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
526
527
528
529
530
...
902
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(?:
(?:
rgb
\(
(
\d
{1,3}
)
,
\s
?
(
\d
{1,3}
)
,
\s
?
(
\d
{1,3}
)
\)
)
|
(?:
rgba
\(
(
\d
{1,3}
)
,
\s
?
(
\d
{1,3}
)
,
\s
?
(
\d
{1,3}
)
,
\s
?
(
[
0
-
1
]
\.
0
|
0
\.
[
0
-
9
]
)
\)
)
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago