<?php $variable = "El documento ya ha sido registado anteriormente,su estado es aceptado"; $words = preg_split("/\bes\b/iu", $variable); echo array_pop($words);
You have javascript disabled. You will not be able to edit any code.