<?php $string = "Please ask your questions after the session is finished."; echo preg_replace('~(?:^\S+ \S+ |\G(?!^))\S+\K ~', "\n", $string);
You have javascript disabled. You will not be able to edit any code.