G
Guest
I'm writing a command line utility that will be able to have grep like functionality on an obfuscated file. Most of the things I’ve been able to figure out up till now, but the regexp part is still a problem.
I need to take a regexp as an argument from the command line and test if to a string.
Can anyone point me in the right direction, as in what functions and modules I should browse trough to get this problem fixed ?
Thanks
Bas
I need to take a regexp as an argument from the command line and test if to a string.
Can anyone point me in the right direction, as in what functions and modules I should browse trough to get this problem fixed ?
Thanks
Bas