Text::Query::BuildAdvancedString(3) | User Contributed Perl Documentation | Text::Query::BuildAdvancedString(3) |
NAME
Text::Query::BuildAdvancedString - Builder for Text::Query::ParseAdvanced to build regexps
SYNOPSIS
use Text::Query; my $q=new Text::Query('hello and world', -parse => 'Text::Query::ParseAdvanced', -solve => 'Text::Query::SolveAdvancedString', -build => 'Text::Query::BuildAdvancedString');
DESCRIPTION
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
AUTHORS
Eric Bohlman (ebohlman@netcom.com)
Loic Dachary (loic@senga.org)
2024-07-13 | perl v5.38.2 |