freebsd-ports/textproc/p5-String-Strip/pkg-descr
Neil Blakey-Milner 708577f345 Add p5-String-Strip 1.01, perl extension for fast, commonly used, string
operations.

PR:		23980
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-03 10:28:01 +00:00

11 lines
468 B
Plaintext

String::Strip is an XS extension that implements four white space
removal routines: StripSpace (remove all white space), StripLSpace
(strip leading white space), StripTSpace (strip trailing white space),
and StripLTSpace (strip leading and trailing white space). All four of
these routines work directly on the input argument, rather than passing
back a result. The routines tend to be roughly 30% faster than
equivalent function regex code.
-Anton
<tobez@tobez.org>