jaridmargolin / formatter.js

Format html inputs to match a specified pattern
http://firstopinion.github.io/formatter.js
2.48k stars 235 forks source link

Does it support alphabets? #3

Closed davistan closed 11 years ago

davistan commented 11 years ago

Apart from 999, can it work with AAA?

jaridmargolin commented 11 years ago

Yes. I will update docs to clarify.

9: [0-9], a: [A-Za-z], *: [A-Za-z0-9]