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 11,620 community submitted regex patterns...
0
Remove Tabs and check for more than one word after search
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Find end digits of number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Find number before last 3 and add a comma
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
SAG - File download
PCRE (PHP <7.3)
\S\/(\/(download|getn|getnum|file)\.php)\?\S*
Submitted by
anonymous
-
7 years ago
0
Find AEVA WebWiz self-referent links (working)
Python
Expression to locate AEVA Forum (http://forums.aeva.asn.au) internal links as part of a conversion process from WebWiz to phpBB This expression is currently working in this regex-tester, including picking up relative URLs Now excludes enclosing quotes for relative URLs ...
Submitted by
anonymous
-
7 years ago
0
Validate US Telephone Numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
FileManager
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Path File PT
PCRE (PHP <7.3)
Path de desígnio em português, aceita acentos espaçamentos e preenche os requisitos de um path em PT
Submitted by
anonymous
-
7 years ago
0
Capital Social
PCRE (PHP <7.3)
Encontra o valor do capital social descrito num documento
Submitted by
anonymous
-
7 years ago
0
Preços
PCRE (PHP <7.3)
Regex que concontra todo o tipo de preços descritos em formato de fatura universal.
Submitted by
anonymous
-
7 years ago
0
Preço Total
PCRE (PHP <7.3)
Procura o preço total de um documento se este se designar como tal.
Submitted by
anonymous
-
7 years ago
0
Read string until first number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years 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
1
...
282
283
284
285
286
...
581
Community Library Entry
0
Regular Expression
Python
r"
^\s
{7}
(
[
-A
]
?
\d
+
)
\s
+
(
(
.
|
\n
)*
?
)
\n^\s
{24}
(
[
A
-
Z
]
{0,2}
\d
{3}
(
\.
\d
+
)?
(
\s
(
\w
+
)
)?
)
"
gm
Open regex in editor
Description
Matches entries in a library catalogue.
Submitted by
anonymous
-
a year ago