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 12,140 community submitted regex patterns...
0
Stroller PDP's: EMEA + US
PCRE (PHP <7.3)
https:\/\/www\.bugaboo\.com\/(es|de|gb|nl|us|fr|se|it|at|be|ie|fi|cz|dk|sk|pt|hr|hu|lu|si)-.{2}\/(strollers|carritos|kinderwagen|pushchairs|poussettes|passeggini|barnvagn).*\.html
Submitted by
anonymous
-
4 years ago
0
Stroller PDP's: EMEA + US
PCRE (PHP <7.3)
https:\/\/www\.bugaboo\.com\/(es|de|gb|nl|us|fr|se|it|at|be|ie|fi|cz|dk|sk|pt|hr|hu|lu|si)-.{2}\/(strollers|carritos|kinderwagen|pushchairs|poussettes|passeggini|barnvagn).*\.html
Submitted by
anonymous
-
4 years ago
0
Stroller PDP's : France, Sweden, Italy, Austria, Belgium, Ireland, Finland, Czechia, Denmark, Slovakia, Portugal, Croatia, Hungary, Luxemboorug, Slove
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Name Soname
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Meta-Tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Extract words between ":" and "-"
PCRE (PHP <7.3)
extract string between strings
Submitted by
anonymous
-
4 years ago
0
get child configs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
google font downloader
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
google font css url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
PHP Linting - Regex to bring curly brace next to control structure instead than on new line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
decode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
One parentheses
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
What You Want to match? (Only ") OR CHARECTERS BETWEEN " ????
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
RAMESH IS RAMESH ??
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Autonote.json matching
PCRE (PHP <7.3)
Matches most of the Open Dental autonote.json exports for shifting text around
Submitted by
anonymous
-
4 years ago
0
m3u parser (bruh)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Emoji Identifier
PCRE (PHP <7.3)
Regex encontrara aqui: https://stackoverflow.com/a/20208095
Submitted by
anonymous
-
4 years ago
0
one
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Acceptable text input
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
464
465
466
467
468
...
607
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(
[
a
-
zA
-
Z_
\-
0
-
9
]
+
)
(
:
[
a
-
zA
-
Z_
\-
0
-
9
]
+
)?
@
)?
[
a
-
zA
-
Z
\-
0
-
9.
]
+
(
:
[
0
-
9
]
{1,5}
)?
(
\/
[
a
-
zA
-
Z_
\-
]
+
)?
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago