<?php $string = "log dog hat bat"; echo preg_split('~[abc]~', $string, 2)[0];
You have javascript disabled. You will not be able to edit any code.