Hello, in my game the user enters his name.
I need to check that the name entered has only letters and numbers.
That is, the user can write this:
Carlos123
Charles
4568
The user cannot write symbols:
Charles)(//
{}[]Charles
How do I check that the string only contains letters or numbers?