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
Europe - Luxemburg - Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Poland - TIN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Poland - Polish ID Number (PESEL)/SSN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Poland - Passport Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Poland - National ID Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Poland - IBAN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Poland - Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Poland - Domestic Account Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Netherlands - TIN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Netherlands - Passport Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Netherlands - National ID Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Netherlands - IBAN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Netherlands - Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Netherlands - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Netherlands - Domestic Account Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Malta - TIN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Malta - Passport Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Malta - National ID Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Malta - License Plate
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Malta - IBAN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
317
318
319
320
321
...
900
Community Library Entry
2
Regular Expression
.NET 7.0 (C#)
@"
(?:
[
/-
]
+
(?<key>
\S
+
?
)
)
|
(?:
""
[
/-
]
+
(?<key>
.
+
?
)
""
)
|
(?:
'
[
/-
]
+
(?<key>
.
+
?
)
'
)
|
(?:
""
(?<value>
.
+
?
)
""
)
|
(?:
'
(?<value>
.
+
?
)
'
)
|
(?<value>
\S
+
)
"
gm
Open regex in editor
Description
Supports parameters such as keys and values, also parameters enclosed in quotes.
Submitted by
Pavel Bashkardin
-
3 months ago
(Last modified 3 months ago)