Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-09-23 09:54
Flavor·PCRE (Legacy)

/
^(?#constructor)([a-z0-9]{2}).(?#class)([a-z0-9]{2}).(?#product)0*([a-z0-9]+).(?#voltage)0*([a-z0-9]+)V.(?#attr2)0*([a-z0-9]+).{2}(?#version)([a-z0-9]{2}).(?#revision)([a-z0-9]).(?#batch)([a-z0-9])
/
mi
Open regex in editor

Description

With pn given it will return informations depending of the constructor and more variable

Submitted by anonymous