The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

TPath::Selector::Expression - selector that handles the parenthesized portion of a(/foo|/bar) and a(/foo|/bar)+

VERSION

version 0.016

DESCRIPTION

A selector that handles grouped steps as in a(/foo|//bar)?/baz. This does not handle the quantification, which is delegated to TPath::Selector::Quantified.

ATTRIBUTES

e

The expression within the group.

ROLES

TPath::Selector

AUTHOR

David F. Houghton <dfhoughton@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by David F. Houghton.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.