if ( /speed (\S+)/ ) { $token = $1; # $token would be "basic-2.0" print "$token\n"; }