RE: Complicated RegEx

2002-04-22 Thread David Gray
> 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

2002-04-22 Thread Felix Geerinckx
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]

Complicated RegEx

2002-04-22 Thread Kevin Old
Hello all, 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 it's ju