Regular Expressions 101

Community Patterns

openweathermap rain and snow

2

Regular Expression
PCRE (PHP <7.3)

/
(?<="3h":|"3h":)((d+)|\d+\.\d+)(?=)
/
g

Description

Submitted by amplatfus - 9 years ago