<?php $string = "Today is - Friday and tomorrow is - Saturday"; var_export( implode('-', array_slice(explode('-', $string, 3), 0, 2)) );
You have javascript disabled. You will not be able to edit any code.