My first program on regular expressions
Today was a great day in my life.....I did my first program in regular expressions using python and I was dumbstruck on seeing the power of the RE engine(of python,I haven't used others)
The code which was just intended to be a simple starter worked like a charm...The program prints the MAC ID of the machine on which it was run.If not with RE,it would have taken whole night.
The code which was just intended to be a simple starter worked like a charm...The program prints the MAC ID of the machine on which it was run.If not with RE,it would have taken whole night.