For more information... RTFM!
NAVIGATION
RECENTLY VIEWED
PAGES THAT LINK HERE
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

lc

Converts the given text into lower-case.

Also see the uc and lcfirst filters.

Example

[filter lc]Kevin Walsh[/filter]

Results in:

kevin walsh

Source code

sub {
    use locale;
    if ($Scratch->{mv_locale}) {
        POSIX::setlocale(LC_CTYPE, $Scratch->{mv_locale});
    }
    return lc(shift);
}

Category:  Filters
Last modified by: Kevin Walsh
Modification date: Friday 13 July 2007 at 5:53 AM (EDT)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us