Help for this page
my $match = ( /text: ([0-9]{3})/g )[-1];
my( $match ) = /text: ([0-9]{3})(?:(?!text: [0-9]{3}).)*$/s;