E
edward.nigma
Good evening... I'm trying to construct a way to transform a mac
address written in this format...
0:3:e2:12:4e:54
To this:
0003E2124E54
....in a single regular expression. Actually the change in
capitalization isn't very important, because I'm not sure if that can
be done in the same regular expression that would also be adding
additional zeros to the segments.
I have different methods of doing this using loops that delimit the
data already in place, but I now need to be able to do this through a
single regular expression and it seems there should be a way!
Thank you, I appreciate it!
address written in this format...
0:3:e2:12:4e:54
To this:
0003E2124E54
....in a single regular expression. Actually the change in
capitalization isn't very important, because I'm not sure if that can
be done in the same regular expression that would also be adding
additional zeros to the segments.
I have different methods of doing this using loops that delimit the
data already in place, but I now need to be able to do this through a
single regular expression and it seems there should be a way!
Thank you, I appreciate it!