How can I check that the string contains both letters and numbers, both? As in the following example:
nickname1
nick1name
1nickname
I've seen a few examples of patterns, but none solves my problem, even most don't work
The situation is that in the application that I'm creating username must be a letter and number, so I need this...