3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "Hello; how are you;Hey, I am fine"; $new = preg_split("/;(?=\w)/", $string); print_r($new);

preferences:
24.54 ms | 405 KiB | 5 Q