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

PPIx::QuoteLike::Token::Control - Represent case and quote control

Author

       Thomas R. Wyant, III wyantatcpandotorg

Description

       This Perl class represents one of the case-control or quote-control sequences in a quote-like string,
       That is, things like "\Q", "\E", "\U", "\u", "\L", "\l", and "\F".

Inheritance

       "PPIx::QuoteLike::Token::Control" is a PPIx::QuoteLike::Token.

       "PPIx::QuoteLike::Token::Control" has no descendants.

Methods

       This class supports no public methods in addition to those of its superclass.

Name

       PPIx::QuoteLike::Token::Control - Represent case and quote control

See Also

       PPIx::QuoteLike::Token.

Support

       Support is by the author. Please file bug reports at
       <https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-QuoteLike>,
       <https://github.com/trwyant/perl-PPIx-QuoteLike/issues>, or in electronic mail to the author.

Synopsis

       This class should not be instantiated by the user. See below for public methods.

See Also