The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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)

SEE ALSO

Text::ClearSilver