here's a question for everyone. I need to be able to determine what the first position a number is in a string of text. For example, I could have:

"Hello My number is 4285 and that is all I have to say"

I would want the function to return the position of the first number.

Does anyone know how I would do this? The text can be varying lengths, and the number can be anywhere in the text. Also, it doesn't have to be the only number in the string, but it WILL always be the first number in the string.