I have a string which contains alphanumeric character.
I need to check whether the string is started with number.
Thanks,
Use a regex like ^\d
^\d