Regular Expressions 101

Community Patterns

ID003 device info

6

Regular Expression
PCRE (PHP <7.3)

/
(?<ModelCode>\w{1})\((?<CountryCode>\w{3,4})\)\-(?<ModelNumber>\w{2})(\-(?<StackerType>\w{2}))? (?<InterfaceType>ID003\-\d{2})v(?<SoftwareVersion>\d{3}\-\d{2}) (?<SotfwareDate>\w+) (?<Crc>\w{4})
/
i

Description

no description available

Submitted by sasjaq - 10 years ago