I am not good at regular expressions.
I dont want to allow any other characters but letters spaces and numbers. Of course the user can enter only letters or only numbers or letters and numbers but not other characters. Also he can put _ between strings example:
Hello_World123 This can be possible string. Can anyone help and build a regex for me?