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 340 community submitted regex patterns...
0
sourctype
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
pack shelves
Golang
no description available
Submitted by
anonymous
-
4 years ago
1
Unix file with full path
Golang
Find all string matches with dir, one or more subdir, file name with optional extension. Common example with all capturing groups included: ../../dir/SubDir1/SubDir2/file.ext ...
Submitted by
anonymous
-
4 years ago
1
windows file name from full path
Golang
Find all string matches with dir, one or more subdir, file name with optional extension. Common example with all capturing groups included: C://ProgramFiles/MyDir1/myDir2/file.ext
Submitted by
anonymous
-
4 years ago
1
Lxx Wurzel
Golang
no description available
Submitted by
anonymous
-
4 years ago
1
Flexible box
Golang
no description available
Submitted by
anonymous
-
4 years ago
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
0
totalsource
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
acountant
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
totalsource
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
conatact
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
sem
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
Cookie mask keywords
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
cadence-Virtuoso_Multi_mode_Simulation
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
Test
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
emojis
Golang
no description available
Submitted by
anonymous
-
4 years ago
1
...
10
11
12
13
14
...
17
Community Library Entry
1
Regular Expression
Golang
`
^
[
A
-
Za
-
z0
-
9
\-
]
{5,30}
$
`
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago