Luhn

Luhn function to return true or false if is valid based on Luhn identification number requirements (Modulus 10 or Mod10)
Identification numbers like Credit card, Social Insurance, IMEI, etc.
More on https://www.geeksforgeeks.org/luhn-algorithm/

CodeFunctionName What is this?

Public

Tested

Imported

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydevlib.com

Linkedin Login

Parameters

s

Examples

Luhns("79927398713") = True
Luhns("1233333") = False

Permanenet link

Statistics

Views 199

Downloads 108

IDs

CodeID
DB ID