Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
Use string tokenization of your language to extract all the tokens of the string easily.
For each token extracted, how can you tell if it is a number? Does the first letter being a digit mean something?
Compare the number with the previously occurring number to check if ascending order is maintained.