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
petrograd-tour dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Parse Haxe Method Signature
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Youtube subtitle time parser.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
updated gettyimages link and id extractor
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Dodanie nawiasów do kolumny wartości np z IN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
File URL title
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Busca espacios consecutivos
ECMAScript (JavaScript)
Busca espacios consecutivos entre palabras, dos o mas espacios consecutivos.
Submitted by
anonymous
-
8 years ago
0
Match Language
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
formula to Calculate with parameter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Formula to Calcular sin Parametros
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Find Image
PCRE (PHP <7.3)
Search first image in string
Submitted by
anonymous
-
8 years ago
0
Match content in div with class
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Splunk, RequestURI parse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
identify service accounts
Python
identify service accounts by common nomenclature types
Submitted by
Goran Biljetina
-
8 years ago
0
find system identifiers/account (uuid, NetBios, etc.)
Python
uuid, Windows Accounts (NetBios), etc.
Submitted by
anonymous
-
8 years ago
0
MAC address
Python
6 pairs of hexadecimal characters separated by either 5 dashes, or 5 colons, or no separators at all. Mixture of separators not allowed.
Submitted by
anonymous
-
8 years ago
0
split zip and city from string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Exclude free emails
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Newt word in text
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
SSN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
5
6
7
8
9
...
900
Community Library Entry
0
Regular Expression
Java 8
"
(
\S
+
)
=
[
"
'
]
?
(
(?:
.
(?!
[
"
'
]
?
\s
+
(?:
\S
+
)
=
|
[
>
"
'
]
)
)+
.
)
[
"
'
]
?
"
g
Open regex in editor
Description
no description available
Submitted by
Amir Arian
-
10 years ago
(Last modified a year ago)