<?php $string = "Hello; how are you;Hey, I am fine"; $new = preg_split("/;\b/", $string, -1, PREG_SPLIT_OFFSET_CAPTURE); var_export($new);
You have javascript disabled. You will not be able to edit any code.