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,160 community submitted regex patterns...
0
regex 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Key Value
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
risk
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
checking the error code
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
test p4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
skipping chacrecter range regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
forti backup timestamp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
HTTP Protocol Pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Duplicate Slash Pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Eventide CAD OR Draft
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CONCAT code (RJ)
PCRE (PHP <7.3)
RJ provided CONCAT code
Submitted by
anonymous
-
4 years ago
0
shell short regex
PCRE (PHP <7.3)
no description available
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: 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
1
...
464
465
466
467
468
...
608
Community Library Entry
-1
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<=
\D
)
(
41
|
5
|
6
|
81
)
(?:
\s
*
[^
a
-
zA
-
Z0
-
9
\s
]
\s
*
)
(?!
20457
)
\d
{5}
(?=
\D
)
|
(?<=
\D
)
(
3
|
7
|
8
|
9
)
(?:
\s
*
[^
a
-
zA
-
Z0
-
9
\s
]
\s
*
)
\d
{6}
(?=
\D
)
|
(?<=
\D
)
(
12
|
13
)
(?:
\s
*
[^
a
-
zA
-
Z0
-
9
\s
]
\s
*
)
\d
{4}
(?=
\D
)
/
gm
Open regex in editor
Description
den finder referencer der starter med afdelingsnummer efterfulgt af fil-ref
Submitted by
anonymous
-
a year ago