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 6,560 community submitted regex patterns...
0
MSISDN_VALIDATE_KENYA_AIRTEL
PCRE2 (PHP >=7.3)
MSISDN_VALIDATE_KENYA_AIRTEL
Submitted by
tim-engnz
-
2 years ago
0
MSISDN_VALIDATE_KENYA_TELKOM
PCRE2 (PHP >=7.3)
MSISDN_VALIDATE_KENYA_TELKOM
Submitted by
tim-engnz
-
2 years ago
0
MSISDN_VALIDATE_KENYA_FAIBA
PCRE2 (PHP >=7.3)
MSISDN_VALIDATE_KENYA_FAIBA
Submitted by
tim.engnz
-
2 years ago
0
Valid Link/URL for Event Callbacks
PCRE2 (PHP >=7.3)
Valid Link/URL for Event Callbacks
Submitted by
tim-engnz
-
2 years ago
0
Password
Java 8
Password
Submitted by
Mohammed Elshaboury
-
2 years ago
0
GO SDK V2
Golang
Go SDK v2
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
JAVA SDK V3
PCRE2 (PHP >=7.3)
Java SDK v3
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Kt SDK V2
Golang
kt SDKV2
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Simple calculator operation regex
PCRE2 (PHP >=7.3)
Matches operations with two numbers separated by the operational characters (x, -, ÷, %) * the numbers can be negative* (can contain a - character before the number). It also acepts decimal notation with not zero (0). Example: 0.89 and .89 are both accepted values Acepted values example: -3x+5.0...
Submitted by
anonymous
-
2 years ago
0
pcb temps
PCRE2 (PHP >=7.3)
multiple pcb temps
Submitted by
anonymous
-
2 years ago
0
匹配不以 http 开头的图片
ECMAScript (JavaScript)
匹配不以 http 开头的图片
Submitted by
anonymous
-
2 years ago
0
正则匹配markdown中的图片 但排除 http 开头的地址
ECMAScript (JavaScript)
正则匹配markdown中的图片 但排除 http 开头的地址
Submitted by
anonymous
-
2 years ago
0
telephone
PCRE2 (PHP >=7.3)
telephone
Submitted by
anonymous
-
2 years ago
0
Time with AM & PM
PCRE2 (PHP >=7.3)
This is a re that can validate time with date with AM and PM
Submitted by
anonymous
-
2 years ago
0
Padrão - numeração de contrato CAIXA
ECMAScript (JavaScript)
teste
Submitted by
anonymous
-
2 years ago
0
Parse non-standard json like strings
PCRE2 (PHP >=7.3)
Parse non-standard json like strings
Submitted by
zhangtai
-
2 years ago
0
elasticsearch exception explain regex
Java 8
throw elasticsearch exception logger info, find exception type and reason field
Submitted by
jason
-
2 years ago
0
This regular expression matches one or more exclamation marks, with or without a space/newline character immediately following it.
PCRE2 (PHP >=7.3)
This regular expression matches one or more exclamation marks, with or without a space/newline character immediately following it.
Submitted by
anonymous
-
2 years ago
0
Matches MM/DD/YYYY for the years 1800 through 2099
PCRE2 (PHP >=7.3)
Source: https://stackoverflow.com/questions/8647893/regular-expression-leap-years-and-more Seems to be valid for 1800 through 2099. Requires leading zeros. Matches MM/DD/YYYY format only.
Submitted by
Andrew Macheret
-
2 years ago
0
Removing port number from URL
ECMAScript (JavaScript)
Find port number and remove it from URL
Submitted by
M Rivas
-
2 years ago
1
...
306
307
308
309
310
...
328
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
[
+
]
\d
{1,2}
|
(
00
)
\d
{2,4}
|
\d
{2}
)
(
[
(
]
\d
{1,3}
[
)
]
)?
[
-.
\/
]
?
\d
{2,6}
?
[
-.
\/
]
?
\d
{2,15}
(
[
-.
\/
]
{1,3}
\d
{1,5}
){0,4}
/
gms
Open regex in editor
Description
international telephone number incl. european notation
Submitted by
Florian Ledeboer
-
a year ago