in reply to Re: Variable Length Parsing
in thread Variable Length Parsing

That will find you an empty string between each of a series of consecutive whitespace characters. You probably want \s+ unless you're really splitting fields separated by exactly one blank each.

Makeshifts last the longest.