<?php $strings = array('Caint Use My Phone (Suite) 3:34', 'Hi 0:35', 'Cel U Lar Device 6:28', 'Phone Down 3:29', 'U Use To Call Me 1:13', 'Mr. Telephone Man 3:12'); foreach ($strings as $string) { echo preg_replace('/\d+:\d+\s*$/', '', $string). PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.