Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ppix::regexp::token::grouptype::modifier(3) [centos man page]

PPIx::Regexp::Token::GroupType::Modifier(3)		User Contributed Perl Documentation	       PPIx::Regexp::Token::GroupType::Modifier(3)

NAME
PPIx::Regexp::Token::GroupType::Modifier - Represent the modifiers in a modifier group. SYNOPSIS
use PPIx::Regexp::Dumper; PPIx::Regexp::Dumper->new( 'qr{(?i:foo)}smx' ) ->print(); INHERITANCE
"PPIx::Regexp::Token::GroupType::Modifier" is a PPIx::Regexp::Token::GroupType and a PPIx::Regexp::Token::Modifier. "PPIx::Regexp::Token::GroupType::Modifier" has no descendants. DESCRIPTION
This class represents the modifiers in a modifier group. The useful functionality comes from PPIx::Regexp::Token::Modifier. METHODS
This class provides no public methods beyond those provided by its superclasses. SUPPORT
Support is by the author. Please file bug reports at <http://rt.cpan.org>, or in electronic mail to the author. AUTHOR
Thomas R. Wyant, III wyant at cpan dot org COPYRIGHT AND LICENSE
Copyright (C) 2009-2013 by Thomas R. Wyant, III This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. perl v5.16.3 2014-06-10 PPIx::Regexp::Token::GroupType::Modifier(3)

Check Out this Related Man Page

PPIx::Regexp::Token::GroupType(3pm)			User Contributed Perl Documentation		       PPIx::Regexp::Token::GroupType(3pm)

NAME
PPIx::Regexp::Token::GroupType - Represent a grouping parenthesis type. SYNOPSIS
use PPIx::Regexp::Dumper; PPIx::Regexp::Dumper->new( 'qr{(?i:foo)}smx' ) ->print(); INHERITANCE
"PPIx::Regexp::Token::GroupType" is a PPIx::Regexp::Token. "PPIx::Regexp::Token::GroupType" is the parent of PPIx::Regexp::Token::GroupType::Assertion, PPIx::Regexp::Token::GroupType::BranchReset, PPIx::Regexp::Token::GroupType::Code, PPIx::Regexp::Token::GroupType::Modifier, PPIx::Regexp::Token::GroupType::NamedCapture, PPIx::Regexp::Token::GroupType::Subexpression and PPIx::Regexp::Token::GroupType::Switch. DESCRIPTION
This class represents any of the magic sequences of characters that can follow an open parenthesis. This particular class is intended to be abstract. METHODS
This class provides no public methods beyond those provided by its superclass. SUPPORT
Support is by the author. Please file bug reports at <http://rt.cpan.org>, or in electronic mail to the author. AUTHOR
Thomas R. Wyant, III wyant at cpan dot org COPYRIGHT AND LICENSE
Copyright (C) 2009-2012 by Thomas R. Wyant, III This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. perl v5.14.2 2012-06-06 PPIx::Regexp::Token::GroupType(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Regexp help -- (a*)(b*|(ab)*) and (a*)((b|ab)*) on "aabab"

Hi all A regular expression question -- (a*)(b*|(ab)*) and (a*)((b|ab)*) on "aabab" First, (a*)(b*|(ab)*) on "aabab". I though it would match "aa-b". But it turns on "a-abab". So why isn't a* greedy here? Then I try (a*)((b|ab)*). It also matches aa-bab. But this time a* is greedy here.... (9 Replies)
Discussion started by: qiulang
9 Replies

2. Linux

Making CapsLock a Unique Modifier

I would like to use Caps Lock as its own UNIQUE modifier key (not merely replace it with Ctrl). I have figured out how to do this on windows but not yet in Ubuntu. Here is what I'm looking for: 1. When I press "Caps Lock" on its own, it is equivalent to the Escape key (or at least sends the... (2 Replies)
Discussion started by: lawschool121
2 Replies

3. Shell Programming and Scripting

Convert a list of word/terms into their Regexp representation

Ok this might sound pretty weird but here is the request. Running on a linux system in bash or Perl (i really don't know perl but the end user has a few pearl script already) Start File looks something like this (4000 entries) TEST PLAN T//TF T-TF TEST (T) Hacker ... I am thinking about... (3 Replies)
Discussion started by: oly_r
3 Replies

4. What is on Your Mind?

A Regexp You Can Use Everywhere

¯\_(ツ)_/¯ bakunin (0 Replies)
Discussion started by: bakunin
0 Replies