<?php $string = 'Hello5World'; sscanf($string, '%[A-Za-z]', $firstWord); var_export($firstWord);
You have javascript disabled. You will not be able to edit any code.