respect-validation/docs/rules/Luhn.md
Henrique Moody 10df3211f5
Add "Categorization" section to rule documentations
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-05-11 19:16:21 +02:00

428 B

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: