<?php $string = "Today is - Friday and tomorrow is - Saturday"; var_export( preg_replace('/(?:[^-]*?\K\s*-){2}.*/', '', $string) );
You have javascript disabled. You will not be able to edit any code.