luhn
from Extra Module
Added on Pylo 6.1
This is an Extra Module.
Is need, Please add pylo.modules.enable("luhn")
to code.
luhn()
Run the Luhn Algorithm
var result = luhn("1234 5678 9012 3456") # false
Last updated
from Extra Module
Added on Pylo 6.1
This is an Extra Module.
Is need, Please add pylo.modules.enable("luhn")
to code.
Run the Luhn Algorithm
var result = luhn("1234 5678 9012 3456") # false
Last updated