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,000 community submitted regex patterns...
0
Detect path win/linux
PCRE2 (PHP >=7.3)
Détecte si une chaine est un chemin Windows ou Linux valide
Submitted by
anonymous
-
7 years ago
(Last modified a year ago)
0
GitHub issues URL to Markdown link
PCRE (PHP <7.3)
Converts a URL like https://github.com/versionpress/versionpress/issues/123 to `#123, sort of what Markdown (GFM) parser on GitHub does automatically
Submitted by
borekb
-
7 years ago
0
img tag's URL graver
PCRE (PHP <7.3)
This regex allowts to get the url from the HTML's img tag.
Submitted by
anonymous
-
7 years ago
0
Extract Video ID from YouTube URLs
PCRE (PHP <7.3)
This straight forward regex extracts the Video ID from many different YouTube URL types.
Submitted by
Teocci
-
7 years ago
0
Linux terminal Paging
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Procura por script insert e update
PCRE (PHP <7.3)
no description available
Submitted by
Tiago
-
7 years ago
0
universal mp3 tag decoder
PCRE (PHP <7.3)
no description available
Submitted by
Ryan Faricy
-
7 years ago
0
citations 1
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Clean Matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
subtitle vtt multiline parser
PCRE (PHP <7.3)
(c) tamekitten
Submitted by
anonymous
-
7 years ago
0
Find html Table with id
PCRE (PHP <7.3)
(.*?)
Submitted by
anonymous
-
7 years ago
0
davaydarit.ru
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
davaydarit.ru
PCRE (PHP <7.3)
Учли цену с пробелом
Submitted by
anonymous
-
7 years ago
0
Full name with comma
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Java DocComments containing only '@see' information
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
srx messages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
json
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Select between 2 strings
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Extract just the strings surrounded by ~~
PCRE (PHP <7.3)
To mark them italic
Submitted by
anonymous
-
7 years ago
0
Validate floating-point value string for .NET System.Double and System.Single.
ECMAScript (JavaScript)
After this validation, you can safely put string to System.Double.Parse and System.Single.Parse functions.
Submitted by
Sergey Voronkov
-
7 years ago
1
...
428
429
430
431
432
...
900
Community Library Entry
0
Regular Expression
Python
r"
[
A
-
Z
]
[
a
-
z
]
+
[
,;
\s
\&
]
*
(?:
[
A
-
Z
]
[
a
-
z
]
|
\s
*
et
al
\.
\s
*
)*
(?:
,
\d
{4}
;
?
)+
"
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago