Regular Expressions 101

Library entries

0
dotnet

for killerswim

a
Submitted by anonymous - 3 hours ago
0
pcre2

入门学习

Submitted by anonymous - 14 hours ago
0
pcre2

exclude square brackets

exclude square brackets
Submitted by tarek - 2 days ago
0
pcre

strip host port

removes port number from URL
Submitted by pc - 3 days ago
0
java

Martch Letras y Parentesis

Martch Letras y Parentesis
Submitted by Daniel Gonzalez - 4 days ago
0
pcre2

YouTube link parser

Validate an URI to YouTube video.
Submitted by anonymous - 4 days ago

Mime type parser

Vote

1

Regular Expression
dotnet

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

Description

Loading markdown...
Submitted by Vespion - 3 months ago