Ver originalif($candy = strpos($foo, "-")) { $bar = substr($foo, 0, $candy); $bar = trim($bar);} else { $bar = $foo;}