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

Mac::PopClip::Quick::Role::Regex - regex controlling when extension is available

SYNOPSIS

    package Mac::PopClip::Quick::Generator;
    use Moo;
    with 'Mac::PopClip::Quick::Role::Regex';
    ...

DESCRIPTION

Configure the Before and After actions

ATTRIBUTES

regex

A string containing the regex that controls when the extension will be triggered. Note that this is not a Perl regex, but rather a string that PopClip can execute as a PCRE.

By default this is undefined, meaning no regex is used.

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Mark Fowler.

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

SEE ALSO

Mac::PopClip::Quick is the main public interface to this module.

This role is consumed by Mac::PopClip::Quick::Generator.