软件包:libtext-balanced-perl(2.06-2)
libtext-balanced-perl 的相关链接
Debian 的资源:
下载源码包 libtext-balanced-perl:
- [libtext-balanced-perl_2.06-2.dsc]
- [libtext-balanced-perl_2.06.orig.tar.gz]
- [libtext-balanced-perl_2.06-2.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- Ed J (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module for extraction of delimited text from strings
Text::Balanced provides various extract_... subroutines may be used to extract a delimited substring, possibly after skipping a specified prefix string. By default, that prefix is optional whitespace (/\s*/), but can be changed.
The substring to be extracted must appear at the current pos location of the string's variable (or at index zero, if no current location is defined). In other words, the extract_... subroutines don't extract the first occurrence of a substring anywhere in a string (like an unanchored regex would). Rather, they extract an occurrence of the substring appearing immediately at the current matching position in the string (like a \G-anchored regex would).