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,020 community submitted regex patterns...
0
mail con subdominio
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
MarkDown italic style parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
DNS Zone Teardown v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
golang
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
update
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DNZ Zone Dump Teardown v1
PCRE (PHP <7.3)
Adds in teardown of the client id, environment, and domain
Submitted by
anonymous
-
6 years ago
0
URL Teardown v3
PCRE (PHP <7.3)
Adds in teardown of the client id, environment, and domain
Submitted by
anonymous
-
6 years ago
0
URL Teardown v2
PCRE (PHP <7.3)
Adds in teardown of the client id, environment, and domain
Submitted by
anonymous
-
6 years ago
0
agent phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Number plate Finder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
Regex to match any JSON value with fewer steps possible
PCRE (PHP <7.3)
If you find... any JSON value that should be matched but isn't, any JSON value that should NOT be matched but is or simply a way to match the values with fewer steps... please, let me know.
Submitted by
anonymous
-
6 years ago
0
replace double space
PCRE (PHP <7.3)
string = string.replace(/ +/g," "); for just spaces OR string = string.replace(/(\s)+/g,"$1"); for turning multiple returns into a single return also.
Submitted by
anonymous
-
6 years ago
1
Content between 2 tag
Python
(?)([a-zA-Z\s\w]+)(?=) get content between tags
Submitted by
anonymous
-
6 years ago
0
Redirect: /item/yyy-name-and-name
PCRE (PHP <7.3)
[+(.+)\/[3-9]\d\d\-
Submitted by
anonymous
-
6 years ago
0
Dimensions LxA case insensitiv
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Dimensions AxLxC
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Azure Virtual Machine password validation
ECMAScript (JavaScript)
Whether you're using Azure CLI or, more specifically, Azure SDK to create a Virtual Machine, you may want to validate the given credentials before sending a request to create the VM. Otherwise, it could cost to send a full request with invalid data. To do so, you can use this RegEx to validate your...
Submitted by
qho
-
6 years ago
0
select between quotes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Deacom Version Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
URL taking
PCRE (PHP <7.3)
Did in pkasko)
Submitted by
anonymous
-
6 years ago
1
...
457
458
459
460
461
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
подрост:
\s
+
)
(?<COMPOSITION>
[
0
-
9А
-
Я
]
+
)?
\s
?
(?<AGE>
\(
\d
+
\)
)?
\s
?
(?<HEIGHT>
\d
+
,
\d\s
м
)?
\s
?
,
?
\s
?
(?<STEMCOUNT>
\d
+
,
\d\s
+
тыс
.
шт
\/
га
)
,
?
(?<GRADE>
[
А
-
Яа
-
я
]
+
)?
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago