Ver original<?php$string = "texto abc xyz + texto";echo substr($string,0,10).substr($string,14,1).substr($string,9,5).substr($string,15);?>