1
I need a mask that gives me this result:
FB.B0.C6.E2.65.EB.D3.09.42.EB.23.C0.23.BE.D5.EF.D6.BB.A7.7C-6
Note that between the dots the characters are random, may be letters and numbers, but every 2 characters the third must be a .
.
The penultimate character has to be a dash (-
), the last can be number or letter. The mask has a maximum size of 61 characters.
This is the code I have, I would like to know what is wrong? Thank you in advance.
$("#ReceiptCodeModal").inputmask('Regex', {
regex: "([A-Za-z0-9][A-Za-z0-9]\.){19}[A-Za-z0-9][A-Za-z0-9]\-[A-Za-z0-9]"
});
Top more!!! Thanks for the reply and the explanation, it worked here brother. Thanks for the help there.
– Alison Paulo