NAME
Text::ClearSilver::FunctionSet::string - A set of functions for strings
SYNOPSIS
use Text::ClearSilver;
my $tcs = Text::ClearSilver->new(
function_set => [qw(string)]
);
FUNCTIONS
sprintf(fmt, ...)substr(expr, offset [, length)trim(expr)lc(expr)uc(expr)lcfirst(expr)ucfirst(expr)