FreeBSD Manual Pages
Text::Query::BuildAdvaUserSContributed PerlText::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 Text::Query(3) Text::Query::Build(3) AUTHORS Eric Bohlman (ebohlman@netcom.com) Loic Dachary (loic@senga.org) perl v5.32.1 2013-08-1Text::Query::BuildAdvancedString(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Text::Query::BuildAdvancedString&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>