Text::Query::BuildAdvancedString - Builder for Text::Query::ParseAdvanced to build regexps


Text-Query documentation  | view source Contained in the Text-Query distribution.

Index


NAME

Top

Text::Query::BuildAdvancedString - Builder for Text::Query::ParseAdvanced to build regexps

SYNOPSIS

Top

  use Text::Query;
  my $q=new Text::Query('hello and world',
                        -parse => 'Text::Query::ParseAdvanced',
                        -solve => 'Text::Query::SolveAdvancedString',
                        -build => 'Text::Query::BuildAdvancedString');




DESCRIPTION

Top

Build a regexp to match the advanced query parsed by Text::Query::ParseAdvanced. The words of the query can be regular expressions and will provide the expected result if the -regexp option is set.

SEE ALSO

Top

Text::Query(3) Text::Query::Build(3)

AUTHORS

Top

Eric Bohlman (ebohlman@netcom.com)

Loic Dachary (loic@senga.org)


Text-Query documentation  | view source Contained in the Text-Query distribution.