<?php $string = 'Hello5World'; echo preg_replace('/[^a-z].*/i', '', $string);
You have javascript disabled. You will not be able to edit any code.