Regular Expressions 101

Community Patterns

WebVTT group detection

1

Regular Expression
PCRE (PHP <7.3)

/
(?m)(^[0-9]+)([\s\S]*?)(?=\n\n)
/
g

Description

no description available

Submitted by CAmax - 8 years ago