Hi,
i've come across the problem. I can't understand how to check if Character is in lowercase in as3. can someone advice?
Hi,
i've come across the problem. I can't understand how to check if Character is in lowercase in as3. can someone advice?
You could check if its character code is within the lowercase range.
Even simpler (and less efficient) would be something like myChar == myChar.toLowerCase()