my $example = "A1234BX"; $example =~ /^\s*\<(\w+)\s[\w\"\=]+\>(.*?)\<\//; my $tag = $1; my $data = $2; # do something with the data