Closed GoogleCodeExporter closed 9 years ago
Actually, it's the way the regex in modify_sid is formed that is the issue. The
third field on the line, the "to" field, must have at least one character in it
or the regex will fail. I want it to be null, and it won't work. The regex
should be
/([\d+|,|\*]*)\s+"(.+)"\s+"(.*)"/
And this is what I changed it to in my pulledpork.pl. It now works as I want.
Original comment by shane.ca...@gmail.com
on 24 Aug 2012 at 8:17
This issue was closed by revision r242.
Original comment by Cummin...@gmail.com
on 28 Aug 2012 at 3:46
Original issue reported on code.google.com by
shane.ca...@gmail.com
on 24 Aug 2012 at 5:24