luhn_ex
luhn_ex copied to clipboard
Random string handling
Hey, I ran across this error when trying to validate inputs from clients. It turns out people can be quite creative when typing in IMEIs. Your implementation assumes that codepoints are at least parsable to integer which may not be true. Please review my proposed changes.
Sorry for very very late reply 🙇
I will comment to your commit.