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

Catmandu::Util::Regex - Regex related utility functions

Functions

       as_regex($str)
           Escapes and quotes the given string as a regex.

       substituter($search, $replace)
           Builds a function that performs a regex substitution.

               my $ltrimmer = substituter('^[\h\v]+', '');
               $ltrimmer->("        eek! ");
               # => "eek! "

perl v5.40.0                                       2025-01-17                         Catmandu::Util::Regex(3pm)

Name

       Catmandu::Util::Regex - Regex related utility functions

See Also