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
Help in splitting paragraphs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
extract scipts and args from upgrade steps
Python
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
Inventario_ZTE
Python
Una muestra dle inventario de ZTE
Submitted by
anonymous
-
4 years ago
0
Inventario_ZTE
Python
Una muestra dle inventario de ZTE
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
Mac IP
Python
no description available
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
‘.’ operator
Python
. 运算符 匹配任意单个字符,但不匹配换行符。
Submitted by
anonymous
-
4 years ago
0
[x1-x2] /[x1x2...xn] char set
Python
在方括号中使用连字符来指定字符集的范围。 在方括号中的字符集不关心顺序。
Submitted by
anonymous
-
4 years ago
1
...
684
685
686
687
688
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
(
http
|
https
)
:
\/\/
)
(
(
[
a
-
zA
-
Z0
-
9
\\
._-
]
+
\.
[
A
-
z
A
-
Z
]
{2,6}
)
|
(
[
0
-
9
]
{1,3}
.
[
0
-
9
]
{1,3}
.
[
0
-
9
]
{1,3}
.
[
0
-
9
]
{1,3}
)
)
(
:
[
0
-
9
]
{1,4}
)*
(
\/
[
a
-
zA
-
Z0
-
9
\&
%
\_\\
.
\/\-\~
]
*
)?
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago