remove from start of string php code example Example: php remove prefix from string $str = preg_replace('/^bla_/', '', $str);