Regular Expressions 101

Community Patterns

0

INI values

PCRE2 (PHP >=7.3)
not done yet
Submitted by anonymous - a year ago
0

Postfix

PCRE2 (PHP >=7.3)
Add DR to end of line
Submitted by anonymous - a year ago

Match time HH:MM:SS or MM:SS similar to YT chapters

0

Regular Expression
ECMAScript (JavaScript)

/
(^(?:[01]\d|2[0-3]|[0-59]):[0-5]\d:[0-5]\d)|(^(?:[0-5]\d|2[123]|[0-59]):[0-5]\d)
/
gm

Description

Loading markdown...
Submitted by JVE - 7 months ago
(Last modified 7 months ago)