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
match instance exclude quotes
PCRE2 (PHP >=7.3)
匹配除引号外的特殊字符 example: "数据A+数据B"+数据C-数据D+"数据C-数据E" `
Submitted by
anonymous
-
3 years ago
0
Change computed vue props to getters
PCRE2 (PHP >=7.3)
Change computed vue props to getters
Submitted by
anonymous
-
3 years ago
0
adi1
Java 8
https://internetinthecar-e2e\.((sfr|a1|swisscom|proximus|elisa|tango|telenor-no|telenor-se|yousee|plus|telia|bite-lv|bite-lt|a1-)\.)?iot\.vodafone\.com/sso/authorize/callback|https://internetinthecar-e2e-new\.iot\.vodafone\.com/sso/authorize/callback
Submitted by
anonymous
-
3 years ago
0
Well Defined Branch Names
Python
Checks for well defined branch names
Submitted by
anonymous
-
3 years ago
0
N-Word Regex
Python
N-Word Regex Status Not finished, highly broken
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
任意字符串
PCRE2 (PHP >=7.3)
(.*)
Submitted by
kobunketsu
-
3 years ago
0
phone nomber simple validation
ECMAScript (JavaScript)
format 12345678 123456789 1234567890
Submitted by
anonymous
-
3 years ago
0
Network Interface matching with sub-interface support
Python
This regular expression will match on interface names and return grouped data including name, location, sub-interface.
Submitted by
Neis
-
3 years ago
1
Password stronger
PCRE2 (PHP >=7.3)
This regex will validate your password To be stronger, the password must be contain: At least 8 characters At least 1 number...
Submitted by
Rafael Paciência
-
3 years ago
0
Keep Number and .,
PCRE (PHP <7.3)
Keep Number and .,
Submitted by
HUUTAI
-
3 years ago
0
Numeric
PCRE2 (PHP >=7.3)
test for numeric values with digit and thousand separators (, and ,) and also negative sign (-)
Submitted by
anonymous
-
3 years ago
0
Regex101 => C# Regex
PCRE2 (PHP >=7.3)
This expression simply converts the regular expression here into a string formated to be put into a programming language like Java or C#.
Submitted by
anonymous
-
3 years ago
0
Get date from string
PCRE2 (PHP >=7.3)
Get date from string
Submitted by
anonymous
-
3 years ago
-3
Working With Data regex sample text
PCRE2 (PHP >=7.3)
This is a sample text for use at my "Working With Data" workshop session on regular expressions.
Submitted by
anonymous
-
3 years ago
0
Целые числа
PCRE2 (PHP >=7.3)
Для тестов
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
runs on /p/
PCRE2 (PHP >=7.3)
runs on /p/
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Nomor Telepon Indonesia
PCRE2 (PHP >=7.3)
Regex untuk nomor HP & PSTN Indonesia
Submitted by
@totoprayogo1916
-
3 years ago
0
match URL slug
PCRE2 (PHP >=7.3)
as per this question https://stackoverflow.com/questions/19256323/regex-to-match-a-slug
Submitted by
aurovrata
-
3 years ago
(Last modified 3 years ago)
0
Clean HTML
Python
Remove HTML comments, tags, links, character codes, \xa0
Submitted by
Smit Patel
-
3 years ago
1
Remove HTML tags and comments
Python
Remove HTML tags and comments
Submitted by
Smit Patel
-
3 years ago
1
...
185
186
187
188
189
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
\+
(
374
)
\s
{1}
[
(
]
(
98
|
97
|
91
|
93
|
94
|
95
|
96
|
99
|
33
|
41
|
44
|
43
|
77
|
55
)
[
)
]
\s
{1}
\d
{2}
[
-
]
{1}
\d
{2}
[
-
]
{1}
\d
{2}
$
/
Open regex in editor
Description
+(374)\s{1}
(
[)]\s{1}\d{2}[-]{1}\d{2}[-]{1}\d{2}$ +374 (98) 11-11-11
Submitted by
anonymous
-
3 years ago