re::engine::PCRE - Perl-compatible regular expression engine


re-engine-PCRE documentation  | view source Contained in the re-engine-PCRE distribution.

Index


NAME

Top

re::engine::PCRE - Perl-compatible regular expression engine

SYNOPSIS

Top

    use re::engine::PCRE;

    if ("Hello, world" =~ /(?<=Hello|Hi), (world)/) {
        print "Greetings, $1!";
    }

DESCRIPTION

Top

Replaces perl's regex engine in a given lexical scope with PCRE regular expressions provided by libpcre.

AUTHORS

Top

Ævar Arnfjörð Bjarmason <avar@cpan.org>

COPYRIGHT

Top


re-engine-PCRE documentation  | view source Contained in the re-engine-PCRE distribution.