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::Transliterate - A transliteration regular expression token

Author

       Adam Kennedy <adamk@cpan.org>

Description

       A "PPI::Token::Regexp::Transliterate" object represents a single transliteration regular expression.

       I'm afraid you'll have to excuse the ridiculously long class name, but when push came to shove I ended up
       going for pedantically correct names for things (practically cut and paste from the various docs).

Inheritance

         PPI::Token::Regexp::Transliterate
         isa PPI::Token::Regexp
             isa PPI::Token
                 isa PPI::Element

Methods

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

Name

       PPI::Token::Regexp::Transliterate - A transliteration regular expression token

Support

       See the support section in the main module.

Synopsis

         $text =~ tr/abc/xyz/;

See Also