re::engine::Oniguruma - Use the Oniguruma regex engine with Perl


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

Index


NAME

Top

re::engine::Oniguruma - Use the Oniguruma regex engine with Perl

SYNOPSIS

Top

    use re::engine::Oniguruma;

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

DESCRIPTION

Top

Replaces perl's regex engine in a given lexical scope with the Oniguruma engine.

See http://www.geocities.jp/kosako3/oniguruma/ for more information.

AUTHORS

Top

Andy Armstrong <andy@hexten.net>

Most of the code was modified from re::engine::PCRE. Thanks to Ævar Arnfjörð Bjarmason for writing it an all his other regex related work.

COPYRIGHT

Top


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