(05-29-2012, 12:26 PM)Pixel Wrote: Well can't we convert the sed commands over to regular expression? (thats another one that confuses me)
I have done 2 of them for use with ULM...
Consecutive characters...
Code:
(.)\1
Characters n times in a given line...
Code:
(.).*\1
The bad thing is I cannot get them to work together, so you have to do one pass with each separate command.
You will need to ask M@LIK about converting the other stuff as he is much better at this than I am. I don't know anyone else that can do this sort of thing other than perhaps TAPE.
Just to give you an update, the Z generating is only at 3.95MB at the moment. This is crazy slow !!
How fast are you doing them ?