> Interesting that it's faster to do a double pass with split than a > single pass with StringScanner. > I didn't implement it that way for efficiency, just out of total > forgetfulness on how to get split() to work the way I want :) > Anyway for small strings even scan will take only one split second, sorry could not resist the pun ;). Robert