Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-06-09 04:59
Flavor·PCRE (Legacy)

/
(?mis)^\bgeneral( #[0-9])?(.*?)^\s*$
/
Open regex in editor

Description

This regex can be used to parse the "general", "video" or "audio" stream metadata returned by the mediainfo.dll inform() call.

Submitted by J.T. Taylor