$testing_recipient_email_list = str_replace('@', "+{$recipient}@", $testing_recipient_email);

PHP
str_replace ($search, $replace, $subject);$words = preg_replace('/[0-9]+/', '', $words);

Source

Also in PHP: