my %emoticons = ( smiley => ':)', wink => ';)', ); # example: smiley becomes :) $body =~ s{ ( \< img [^>]*? alt = "(.*?)" [^>]*? \> ) } {$emoticons{$2} || $1}igex;