Regular Expressions 101

Community Patterns

select report

1

Regular Expression
PCRE2 (PHP >=7.3)

/
Alarm:\s+0:\s+T AL:\s+(?P<Temp_AL_0>[+-]\d+\.\d+)\,\s+t AL:\s+(?P<time_AL_0>\d+)\s+1:\s+T AL:\s+(?P<Temp_AL_1>[+-]\d+\.\d+)\,\s+t AL:\s+(?P<time_AL_1>\d+)
/
gm

Description

select report

Submitted by H.Nasirii - 9 months ago