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,900 community submitted regex patterns...
0
Vevo embed
PCRE (PHP <7.3)
Match any Vevo embed link for web project.
Submitted by
anonymous
-
4 years ago
0
YouTube embeb
PCRE (PHP <7.3)
Match any format of YouTube link for YouTube embeds in any web project.
Submitted by
anonymous
-
4 years ago
0
匹配HTML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
LinePatern
PCRE (PHP <7.3)
Patern to wycinania poszczególnych wartości z tabeli
Submitted by
anonymous
-
4 years ago
0
Dates_regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Help in splitting paragraphs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
subs-vip-registration-email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
terraform constructs with count
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ISIN Numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Patern Tomka (Wzór)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Summary Table (Mega Tools)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Trening
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
General Table (Mega Tools)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Line Patern (Mega Tool)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get country code from locale code
PCRE (PHP <7.3)
find country code in locale code for example en_US -> US en_GB -> GB
Submitted by
anonymous
-
4 years ago
0
REgex para capturar cpf (V1)
PCRE (PHP <7.3)
Esse regex captura CPFS em documentos de texto, uma vez bem formatados.
Submitted by
anonymous
-
4 years ago
0
fdb-mac-table (zte)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Case Insensitive text between 1 and 64 Characters, ending with one of 4 suffix
PCRE (PHP <7.3)
Used in Powershell to validate that: -Only the desired characters will be used regardless of Case. -Accept between 1 and 64 Characters -Ending should be one of the 4 values separated by "|" [ValidatePattern('(?i)^[-_a-z0-9]{1,64}(_dev|_test|_pre|_prod)$')][string]$pattern = read-host "Write DB Name"
Submitted by
anonymous
-
4 years ago
0
Case Insensitive text between 1 and 64 Characters, not ending with one of 5 suffix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Material Description with next meterialDescription
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
464
465
466
467
468
...
595
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?:
[
a
-
z
]
:
)?
(?:
[
\\\/
]
[
a
-
z0
-
9_.
-
]
*
)+
$
/
gmi
Open regex in editor
Description
Détecte si une chaine est un chemin Windows ou Linux valide
Submitted by
anonymous
-
7 years ago
(Last modified a year ago)