logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Regexp::Common::support -- Support functions for Regexp::Common.

Author

Bugs And Irritations

       Bound to be plenty.

Description

       This module contains some subroutines to be used by other "Regexp::Common" modules. It's not intended to
       be used directly. Subroutines from the module may disappear without any notice, or their meaning or
       interface may change without notice.

       luhn
           This subroutine returns true if its argument passes the luhn checksum test.

Name

       Regexp::Common::support -- Support functions for Regexp::Common.

See Also

Synopsis

           use Regexp::Common::_support qw /luhn/;

           luhn ($number)    # Returns true/false.

See Also