YVDHOVE::String - This Perl module provides "String" functions for the YVDHOVE framework


YVDHOVE-String documentation  | view source Contained in the YVDHOVE-String distribution.

Index


SYNOPSIS

Top

  use YVDHOVE::String qw(:all);

  my $string = "  \t  Hello world!   ";

  print trim($string) ."\n";
  print ltrim($string)."\n";
  print rtrim($string)."\n";

DESCRIPTION

Top

This Perl module provides "String" functions for the YVDHOVE framework

EXPORT

Top

None by default.

METHODS

Top

trim(STRING);

trim function to remove whitespace from the start and end of the string

ltrim(STRING);

trim function to remove leading whitespace

rtrim(STRING);

trim function to remove trailing whitespace

SEE ALSO

Top

See http://search.cpan.org/search?query=YVDHOVE&mode=all

AUTHORS

Top

Yves Van den Hove, <yvdhove@users.sourceforge.net>

BUGS

Top

See http://rt.cpan.org to report and view bugs.

COPYRIGHT AND LICENSE

Top


YVDHOVE-String documentation  | view source Contained in the YVDHOVE-String distribution.