freebsd-ports/textproc/p5-Text-Balanced/pkg-descr
Stefan Eßer ade2a047e0 Remove WWW lines that have been moved into Makefiles
Approved by:	portmgr (implicit)
2022-09-08 17:46:38 +02:00

8 lines
349 B
Text

Text::Balanced - Extract delimited text sequences from strings.
The various extract_... subroutines may be used to extract a delimited
string (possibly after skipping a specified prefix string). The search
for the string always begins at the current pos location of the string's
variable (or at index zero, if no pos position is defined).
-Anton