<?php $split_point = ' - '; $string = 'this is my - string - and more'; var_export( array_map('strrev', explode($split_point, strrev($string))) );
You have javascript disabled. You will not be able to edit any code.