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::uc - Uppercase Filter

Author

       Cees Hek <ceeshek@gmail.com>

Methods

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

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

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

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

Name

       CGI::Application::Plugin::Authentication::Driver::Filter::uc - Uppercase Filter

See Also

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

See Also