StripLTSpace - Removes Leading and Trailing spaces from given string StripTSpace - Removes Trailing spaces from given string StripLSpace - Removes Leading spaces from given string StripSpace - Removes all spaces from given string I do these things of...
PHRED/String-Strip-1.02 - 14 Feb 2012 18:24:44 GMTData::Object::String::Func::Strip is a function object for Data::Object::String....
AWNCORP/Do-1.85 - 21 Sep 2019 15:32:01 GMTData::Object::Func::String::Strip is a function object for Data::Object::String....
AWNCORP/Data-Object-0.95 - 07 Apr 2019 18:11:01 GMTSee if a string or file has a BOM. Remove the BOM from a string or file. You [c|sh]ould use PPI to do this is you are looking at a perl file Something like this modified PPI sysnopsis example should detect and remove a BOM: use PPI; my $Document = PP...
DMUEY/String-BOM-0.3 - 06 Aug 2010 00:30:03 GMTString::TT exports a "tt" function, which takes a TT (Template Toolkit) template as its argument. It uses the current lexical scope to resolve variable references. So if you say: my $foo = 42; my $bar = 24; tt '[% foo %] <-> [% bar %]'; the result wi...
BOBTFISH/String-TT-0.03 - 11 Jun 2010 10:44:40 GMT"String::Trim" trims whitespace off your strings. chomp trims only $/ (typically, that's newline), but "trim" will trim all leading and trailing whitespace....
DOHERTY/String-Trim-0.005 - 21 Apr 2011 18:24:34 GMTThis module implements almost all string functions of regina2-rexx . Abbrev( 'long', 'short' [, len] ) Return 1 if string $short is a shortcut for string $long. And optionally, $len must not be greater than what the number of charecters matched with ...
IOANNIS/String-Rexx-0.08 - 28 Aug 2011 14:03:13 GMTBPOWERS/String-StringLib-1.02 - 22 Mar 2000 15:04:49 GMT
This is an alternative to String::Trim (and similar modules, see "SEE ALSO"). Instead of a single "trim" function, this module provides several from which you can choose on, depending on your needs....
PERLANCAR/String-Trim-More-0.03 - 28 Jan 2017 03:42:17 GMT"String::Interpolate" provides a neat interface to the solution to that perenial Perl problem - how to invoke the Perl string interpolation engine on a string contained in a scalar variable. A "String::Interpolate" object encapsulates a string and a ...
NEILB/String-Interpolate-0.32 - 28 Jun 2015 21:08:22 GMTMUENALAN/Data-Type-0.02.02 - 31 Dec 2009 13:48:47 GMT
This package provides routines for operating on Perl 5 string data....
AWNCORP/Do-1.85 - 21 Sep 2019 15:32:01 GMTData::Object::String provides routines for operating on Perl 5 string data. String methods work on data that meets the criteria for being a string. A string holds and manipulates an arbitrary sequence of bytes, typically representing characters. User...
AWNCORP/Data-Object-0.95 - 07 Apr 2019 18:11:01 GMT