Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
#EXTINF:(?<duration>[0-9]+\.?[0-9]*),(?<title>.*)\n(?<uri>.*)
/
gm

Description

Extracts duration, title and uri from an M3U8 file, using correspoding named groups.

Submitted by anonymous - 5 years ago