How can I detect what letters there are in a word and then scambling up.
Helped me a bit but not I still need to know how to detect what letters there are in a word.
In what way do you need to 'detect' them? Do you need to check if a specific letter is present?
Well let say I got the word 'Hello'
I want to check all the letters in Hello in lower case. So h, e, l, l, o
Then I want to mix the letters up.