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

CGI::Application::Plugin::Authentication::Driver::Filter::lc - Lowercase Filter

Author

       Cees Hek <ceeshek@gmail.com>

Methods

filter(undef,$string)
       This simply lowercases the string and returns it

        my $filtered = $class->filter(undef, 'FOOBAR'); # foobar

   check(undef,$string,$compare)
       This will lowercase $string and compare it against $compare and return true or false.

        if ($class->check(undef, 'FOOBAR', 'foobar')) {
            # they match
        }

Name

       CGI::Application::Plugin::Authentication::Driver::Filter::lc - Lowercase Filter

See Also

       CGI::Application::Plugin::Authentication::Driver, perl(1)

See Also