Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-01-04 14:32
Flavor·PCRE2 (PHP)

/
\"year\"\:(\d{4})\,
/
Open regex in editor

Description

this regex finds the first year in the json file returned by opensubtitles api

Submitted by Andrea Canton