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,020 community submitted regex patterns...
0
Migrate infoboxes in AWB: Music phase 2
.NET 7.0 (C#)
Remove deprecated parameters
Submitted by
anonymous
-
3 years ago
0
Migrate infoboxes in AWB: Music phase 3
.NET 7.0 (C#)
Insert "|tracks=" before the first occurrence
Submitted by
anonymous
-
3 years ago
0
Migrate infoboxes in AWB: Music phase 1
.NET 7.0 (C#)
Turn comma separated values in three deprecated parameters into template calls. (timestamp not considered yet)
Submitted by
anonymous
-
3 years ago
0
Remove Trailing Number
Python
Regex for the gvsbuild tool to remove a trailing number from a project name.
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Match Internal Links
ECMAScript (JavaScript)
Detect internal links in page
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Delete spaces at beginning or end of a string
PCRE (PHP <7.3)
Delete spaces at beginning or end of a string
Submitted by
anonymous
-
3 years ago
0
Detect space kernel between characters
PCRE (PHP <7.3)
Detect space kernel between characters
Submitted by
anonymous
-
3 years ago
0
Delete spaces between words only
PCRE (PHP <7.3)
Delete spaces between words only
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
NDC
.NET 7.0 (C#)
parses all valid NDC codes with or without hyphens
Submitted by
joe.cox@fortyau.com
-
3 years ago
0
Public
PCRE (PHP <7.3)
Public view for my collection
Submitted by
anonymous
-
3 years ago
0
分组
ECMAScript (JavaScript)
显示分组
Submitted by
Jason
-
3 years ago
1
Regular expression for capturing dates and date ranges.
Java 8
A proof of concept regex that captures dates and date ranges with a variety of separators. Works with both DMY and MDY, and if one is not needed, it can be easily deleted from the regex. The full variety of months needs to be implemented by the programmer themselves since developing it in regex101...
Submitted by
Matey Krastev
-
3 years ago
0
CSS base64 data stream
ECMAScript (JavaScript)
Match Base64 data stream inside CSS file (WOFF/WOFF2)
Submitted by
Anoir Ben Tanfous
-
3 years ago
1
Telegram username link
Python
a pattern to detect telegram username link or tag
Submitted by
anonymous
-
3 years ago
0
numbered_paths
PCRE2 (PHP >=7.3)
Regex to captures paths starting with numbers
Submitted by
anonymous
-
3 years ago
0
Parse WKT POINT
PCRE2 (PHP >=7.3)
Parse a WKT POINT string into longitude and latitude values
Submitted by
anonymous
-
3 years ago
0
Match Time HH:MM:SS
ECMAScript (JavaScript)
It checks for time in 24hr format with colon separator
Submitted by
OMKAR AGRAWAL
-
3 years ago
0
codigo da glosa quebrada, descricao quebrada e sem gp
PCRE2 (PHP >=7.3)
codigo da glosa quebrada, descricao quebrada e sem gp até o limite inferior
Submitted by
anonymous
-
3 years ago
0
extract id in filename psd from path ftp
ECMAScript (JavaScript)
extract id in filename psd from path ftp
Submitted by
loochanin
-
3 years ago
0
css var regex
PCRE2 (PHP >=7.3)
css var regex
Submitted by
anonymous
-
3 years ago
1
...
149
150
151
152
153
...
901
Community Library Entry
0
Regular Expression
Python
r"
(
pensionsrü
\w
*
)
\s
[
\D
]
*
(
\d
*
[
.,
]
?
\d
*
[
,.
]
?
\d
*
\s
?
[
€%
]
)
"
gmi
Open regex in editor
Description
testing
Submitted by
anonymous
-
3 years ago