GunghoX::FollowLinks::Parser::Text - Parse URLs Out Of Plain Text


GunghoX-FollowLinks documentation  | view source Contained in the GunghoX-FollowLinks distribution.

Index


NAME

Top

GunghoX::FollowLinks::Parser::Text - Parse URLs Out Of Plain Text

SYNOPSIS

Top

  my $parser = GunghoX::FollowLinks::Parser::Text->new(
    rules => [
      ...
    ]
  );
  my $count = $parser->parse($text);

DESCRIPTION

Top

Parses text, looking for URLs.

METHODS

Top

new

Top

parse

Top


GunghoX-FollowLinks documentation  | view source Contained in the GunghoX-FollowLinks distribution.