I need something like this:
Jack3
J3ack
Ablabla5blabla
Adam5
A4dam
Ad4am
I've come this far: /^[A-Z]
/^[A-Z]
Try this: /^[A-Z]\D*\d\D*$
/^[A-Z]\D*\d\D*$
\d match a number, that opposite to \D
\d
\D