Check if String contains 0 to 9

I would like to know a simple way to check if a string contains numbers 0 to 9. Ideally, a function I could pass strings to for checking.
:hat: