Regular Expressions 101

Community Patterns

frame name

0

Regular Expression
PCRE (PHP <7.3)

/
frame[_]*(?P<fidx>\d{5,6})[_ .]|(?P<device_id>[0-9a-z]{16})_(?P<date>\d{8})_(?P<time>\d{6})_(?P<microseconds>\d{6})_(?P<frame_index>\d{6})
/
gm

Description

no description available

Submitted by anonymous - 5 years ago