Good morning, I have the following problem: I have a regex that validates the following situations: Do not contain dot, space, accents and / or capital letters "^ [a-z0-9] * $" I also wanted to include so that I would not allow numbers just as a first character, how could I do this?