RE: Complicated RegEx
> I have the following line in a text file > > Total 3250 5 0 0 0 0 879717 > 0 0 0 > 0 926418 0 0 0 0 920714 > 0 0 0 > 0 692510 0 0 0 0 > > (this is the entire line, but
Re: Complicated RegEx
on Mon, 22 Apr 2002 21:05:19 GMT, Kevin Old wrote: > Anyone have ideas of how this can be adapted Don't use a regex, use 'split'. perldoc -f split -- felix -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]