$input = #טלפון#; $output = (strpos($input, “+972”) === 0) ? str_replace(“+972”, “0”, $input) : $input; return $output;