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