Regular Expressions 101

Community Patterns

Modem Logging pattern

1

Regular Expression
PCRE (PHP <7.3)

/
(?<level>[DEWFT]) (?<imei>[0-9]{15}) (?<msg>.*)
/
gm

Description

no description available

Submitted by anonymous - 4 years ago