import re
if re.match(r"hello[0-9]+", 'hello1'):
    print('Yes')