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 12,060 community submitted regex patterns...
1
Traefik stripprefixregex for web apps
Golang
Notes: Do not forget to escape the $ by an additional $. Escaping ? like \? does not work. But you could use [?] instead End result should be like this: "traefik.http.middlewares.r6tt-dev-web.stripprefixregex.regex=^/[a-z0-9/]+[a-z0-9]+([?]+.*)?$$"...
Submitted by
anonymous
-
4 years ago
1
part 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
each section searched with line breaks still in 2.0 - gets entire section from From
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
email capturing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Role regex liferay-developer
PCRE (PHP <7.3)
Regex to liferay proyect for Role -> Developer
Submitted by
anonymous
-
4 years ago
1
Role regex ODH Developers
PCRE (PHP <7.3)
Regex to proyect ODH for ROLE -> Developers
Submitted by
anonymous
-
4 years ago
1
capturing div a or span or etc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
c comments
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
c without comments for valid c code
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Image tags
PCRE (PHP <7.3)
Extract image tags from a HTML code
Submitted by
anonymous
-
4 years ago
1
Add EnumMember
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Years before 1990
PCRE (PHP <7.3)
Match titles of all films produced before 1990.
Submitted by
anonymous
-
4 years ago
1
Parse parts of fail2ban log
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
REGEX SLIP PA
PCRE (PHP <7.3)
Le os slips de supermercado do Pão de Açúcar
Submitted by
anonymous
-
4 years ago
1
REGEX SLIP PA
PCRE (PHP <7.3)
Le os slips de supermercado do Pão de Açúcar
Submitted by
anonymous
-
4 years ago
1
Test2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
File URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Montant
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Akeneo-PIM -> Nodhos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Conta caracteres
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
521
522
523
524
525
...
603
Get digits
0
Regular Expression
Golang
`
^
(
\d
+
(?:
\.
\d
{1,3}
)?
)
`
gm
Open regex in editor
Description
Trying to get digits
Submitted by
Arthur Silva
-
a year ago