(my $dum) = $str =~/abc\s(\d+)/g ; print "dum is $1\n" ; [download]
dum is 14 [download]
In reply to Re: REGEXP: only need last matching string by inman in thread REGEXP: only need last matching string by jeanluca