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 12,160 community submitted regex patterns...
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
0
CSN VR Sainte 25-6-2020
PCRE (PHP <7.3)
Bilhetes CSN Volta Redonda ligações saintes 25/6/2020
Submitted by
anonymous
-
4 years ago
0
CSN VR RAMAL RAMAL 25-6-2020
PCRE (PHP <7.3)
CSN VR RAMAL RAMAL
Submitted by
anonymous
-
4 years ago
0
CSN VR RAMAL RAMAL 25-6-2020
PCRE (PHP <7.3)
CSN VR RAMAL RAMAL
Submitted by
anonymous
-
4 years ago
0
CSN Bilhetes Saintes Resende
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CSN Casa de Pedra
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
472
473
474
475
476
...
608
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?:
[
A
-
Za
-
z0
-
9+
]
+
)
(?:
[
._-
]
{1}
[
A
-
Za
-
z
]
+
)*
)
(
[
._-
]
{1}
(?:
[
+
-
_
\d
A
-
Za
-
z.
]
*
)*
)*
$
/
gm
Open regex in editor
Description
Splitting Additionalname in Basename and Specification
Submitted by
JK
-
a year ago
(Last modified a year ago)