INFO
Name: perl-Text-ParseWords
Version: 3.31-511.el10
Arch: noarch
Summary: Parse text into an array of tokens or array of arrays
License: GPL-1.0-or-later OR Artistic-1.0-Perl
Vendor: AlmaLinux
Build Host: s390x-builder01.almalinux.org
Build Date: Sat Dec 14 08:28:10 2024
Size: 13839
URL: https://metacpan.org/release/Text-ParseWords
Description: The nested_quotewords() and quotewords() functions accept a delimiter (which
can be a regular expression) and a list of lines and then breaks those lines
up into a list of words ignoring delimiters that appear inside quotes.
quotewords() returns all of the tokens in a single long list, while
nested_quotewords() returns a list of token lists corresponding to the
elements of @lines. parse_line() does tokenizing on a single string. The
quotewords() functions simply call parse_line(), so if you're only splitting
one line you can call parse_line() directly and save a function call.
FILES
/usr/share/doc/perl-Text-ParseWords
/usr/share/doc/perl-Text-ParseWords/CHANGES
/usr/share/doc/perl-Text-ParseWords/README
/usr/share/man/man3/Text::ParseWords.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/ParseWords.pm
REQUIRES
perl(:VERSION) 5.6.0
perl(Carp)
perl(Exporter)
perl(strict)
perl(warnings)
perl-libs
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
perl(Text::ParseWords) 3.31
perl-Text-ParseWords 3.31-511.el10
CONFIG FILES
/usr/share/doc/perl-Text-ParseWords
/usr/share/doc/perl-Text-ParseWords/CHANGES d
/usr/share/doc/perl-Text-ParseWords/README d
/usr/share/man/man3/Text::ParseWords.3pm.gz d
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/ParseWords.pm
LICENSE FILES
GPL-1.0-or-later OR Artistic-1.0-Perl
|