<?php $test = "1234 123423-34 This is a test"; echo preg_replace('/^[^A-Za-z]+/', '', $test);
You have javascript disabled. You will not be able to edit any code.