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
DTM Validation
PCRE2 (PHP >=7.3)
DTM Validation
Submitted by
Mike Cheel
-
3 years ago
0
SharePoint On-Premise Validator
ECMAScript (JavaScript)
SharePoint On-Premise Validator
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
1
SharePoint On-Premises Validator
ECMAScript (JavaScript)
SharePoint On-Premises Validator
Submitted by
anonymous
-
3 years ago
0
Match CLI argument to
Java 8
Matches argumetn to as: -t to -t= ...
Submitted by
rperez-torro
-
3 years ago
0
Docker Image Repo URL
PCRE2 (PHP >=7.3)
This was written for the iTerm2 Smart Selection
Submitted by
anonymous
-
3 years ago
0
iamge url
PCRE2 (PHP >=7.3)
all image url in in content
Submitted by
farhad rohani
-
3 years ago
0
SoundsExtract
Python
extract sounds
Submitted by
anonymous
-
3 years ago
1
Minecraft Log Parser 1.0
ECMAScript (JavaScript)
Improvements needed
Submitted by
Crystal
-
3 years ago
0
Detect/Validate DMS coordinates
ECMAScript (JavaScript)
This regEx tries to detect geo coordinates in the dms (degree, minutes, seconds) format. Any help is appreciated
Submitted by
anonymous
-
3 years ago
0
Chuỗi ít nhất 1 ký tự in hoa, không bắt đầu bằng số, ít nhất 8 ký tự
PCRE2 (PHP >=7.3)
Chuỗi ít nhất 1 ký tự in hoa, không bắt đầu bằng số, ít nhất 8 ký tự
Submitted by
anonymous
-
3 years ago
0
Extract Region and DreUgel
PCRE2 (PHP >=7.3)
Allo extract region and dreugel from filename
Submitted by
Carlos Sing
-
3 years ago
0
Multi-line Remove Protocol from URL
PCRE2 (PHP >=7.3)
Remove either "HTTPS://" or "HTTP://" from the beginning of any string. Flags for multi-line and case-insensitive search are set. Multiline matches text if it is the beginning of the new line. Only matches the beginning of the string or of a new line.
Submitted by
anonymous
-
3 years ago
0
等等
PCRE2 (PHP >=7.3)
方法
Submitted by
anonymous
-
3 years ago
0
Data-URL Declaration
ECMAScript (JavaScript)
Match the Data-URL Declaration that appears when reading a blob as Data URL from JS FileReader
Submitted by
anonymous
-
3 years ago
0
Data URL
PCRE2 (PHP >=7.3)
Parsing of Data URLs
Submitted by
anonymous
-
3 years ago
0
Best ISO-8601 Date and Time parser
ECMAScript (JavaScript)
This regex has leeway for: 'T' or space separating date and time Missing 'Z' missing milliseconds missing seconds (date, hours, and minutes only)...
Submitted by
Jeff Galbraith
-
3 years ago
0
Phone of 10 and 11 digits
PCRE2 (PHP >=7.3)
Phone validation
Submitted by
anonymous
-
3 years ago
0
Country codes ISO 3166-1 alpha-2
PCRE2 (PHP >=7.3)
Matches to a valid ISO 3166-1 alpha-2 pattern.
Submitted by
anonymous
-
3 years ago
0
/user/favorites
PCRE2 (PHP >=7.3)
Url endpoint
Submitted by
anonymous
-
3 years ago
0
Unreal Engine (UE_LOG) Parser - GoLang version
Golang
This regex is suitable for anyone ingesting UE_LOG files into Loki and creating dashboards in Grafana.
Submitted by
Mike McShaffry
-
3 years ago
1
...
167
168
169
170
171
...
901
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
{}
)
\1
|
[
{
]
\s
*
?
(
\S
*
?
|
\S
*
?
\(
.
*
?
\)
|
[
'
]
[^
'
]
*
?
[
'
]
|
[
"
]
[^
"
]
*
?
[
"
]
|
[
"
]
[^
"
]
*
?
[
"
]
\.\(
.
*
?
\)
)
(?:
!
(
\S
+
?
)
)?
\s
*
?
[
}
]
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago