in reply to Need a regex
Which leaves $value with 608,132.my $string = "USD_ABD DOLARI 608,132 611,064 607,70 +6 611,981 1.0 1.0"; my $value = (split /\s+/, $string)[2];
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: Re: Need a regex
by sinan (Sexton) on Jun 09, 2000 at 01:26 UTC |