Regular Expressions 101

Community Patterns

0

for killerswim

.NET (C#)
a
Submitted by anonymous - 4 months ago
0

test

ECMAScript (JavaScript)
test
Submitted by anonymous - 4 months ago

Mime type parser

2

Regular Expression
.NET (C#)

@"
(?<type>\w*)\/(?<subtype>[\w\.-]*)(?:\+(?<subtype>[\w\.-]*))?(?:;(?:(?<key>.+)=(?<value>.*);)*(?<key>.+)=(?<value>.*))?
"
g

Description

Loading markdown...
Submitted by Vespion - 7 months ago
(Last modified 7 months ago)