Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 428 Bytes

Luhn.md

File metadata and controls

29 lines (19 loc) · 428 Bytes

Luhn

  • Luhn()

Validate whether a given input is a Luhn number.

v::luhn()->validate('2222400041240011'); // true
v::luhn()->validate('respect!'); // false

Categorization

  • Identifications

Changelog

Version Description
2.0.0 Created

See also: