my $value = "abc456def"; ($value) = $value =~ m/(\d+)/; print "$value\n"; # Prints 456