3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mystring = "Nymphomaniac: Volume 1 – Nimfomana Vol. I (2013) – filme online"; $mystring = str_replace(' ', '+', $mystring); $mystring = str_replace('-', '(/', $mystring); $parts1 = explode("(", $mystring); //break the string up around the "(" character in $mystring print_r($parts1); $mystrings = $parts1[0]; echo $mystrings;

preferences:
41.88 ms | 402 KiB | 5 Q