I have text file with symbols (sss7775aaaa 4444a 555dussns6 7djshs8 4sssss sssss oooo) and I need to find only whose words, which has numbers in.
I think program somehow should put all symbols seperated by spaces into array and then chech every single array element. But I'm not sure how to do it.
Thanks.