if ( $string =~ /(Field\d):\s+(\w{3})/ ) { print "matched on $1: $2\n"; }