Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-02-18 11:48
Flavor·PCRE (Legacy)

/
(?<type>\w*)\/(?<tree>([\w\-]+\.)+)?(?<subtype>[\w\-]+)(\+(?<suffix>[\w\-\.]+))?(; (?<parameter>[\w+-\.=]+))?
/
g
Open regex in editor

Description

Full mime type tree

Submitted by Silvio Gratani