I wanted to make a RegExp
that would look more or less like 0000-x
, that would be available only the letter X and numbers from 0 to 9. I gave a search on the net, I was able to do with numbers only or to get all the letters .
Here's an example I made, just numbers: link