But... I have a feeling there has to be a shorter/better way to write this.
Code: Select all
(
(їA-f0-9])(їA-f0-9])
ї,]
(їA-f0-9])(їA-f0-9])
ї,]
(їA-f0-9])(їA-f0-9])
ї,]
(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])
ї,]
(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])
ї,]
(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])
ї,]
(їA-f0-9])(їA-f0-9])(їA-f0-9])(їA-f0-9])
ї,]
(їA-f0-9])(їA-f0-9])
ї,]
(їA-f0-9])(їA-f0-9])
ї,]
(їA-f0-9])(їA-f0-9])
ї,]
(їA-f0-9])(їA-f0-9])
ї,]
)1c,cd,90,80a04040,00000377,0000039d,003b,00,01,02,00,
01,01,01,01234567,01234567,01234567,0123,01,01,01,01,
ab,ab,ab,abcdefAB,abcdefAB,abcdefAB,abcd,ab,ab,ab,ab,
Basically the pattern matches
a-f upper or lowercase and 0-9.
x2,x2,x2,x8,x8,x8,x4,x2,x2,x2,x2,
This patteren works and I'm not concerned about execution time,
because I only run this once in the script,
but I would like to understand regex syntax a little more.
I know(hope
Anyway.. thanks for any help.
--pb