Tagged Questions

0
votes
2answers
958 views

mod 11 check digit with regex

Is it possible to create a mod 11 check digit routine with a regex statement? THe nubmer is a 10 digit number, Step 1: A = (2nd number * 2) + (3rd number * 4) + (4th number * 8) + (5th number * 5) + ...