Determines whether the given string starts with a numeric digit (0-9).
The string to check.
true if the string starts with a number; otherwise, false.
true
false
4.0.0
2021-12-11
Determines whether the given string starts with a numeric digit (0-9).