1
Good morning, I have the following problem: I have a regex that validates the following situations: Not containing dots, spaces, accents and/or capital letters " [a-Z0-9]*$" I also wanted to include so that I didn’t allow numbers just as the first character, how could I do this?
Show, that’s exactly what I needed, thank you very much!
– Gustavo Pacheco