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

PPI::Token::Regexp::Substitute - A match and replace regular expression token

Author

       Adam Kennedy <adamk@cpan.org>

Description

       A "PPI::Token::Regexp::Substitute" object represents a single substitution regular expression.

Inheritance

         PPI::Token::Regexp::Substitute
         isa PPI::Token::Regexp
             isa PPI::Token
                 isa PPI::Element

Methods

       There are no methods available for "PPI::Token::Regexp::Substitute" beyond those provided by the parent
       PPI::Token::Regexp, PPI::Token and PPI::Element classes.

Name

       PPI::Token::Regexp::Substitute - A match and replace regular expression token

Support

       See the support section in the main module.

Synopsis

         $text =~ s/find/$replace/;

See Also