For more information... RTFM!
NAVIGATION
RECENTLY VIEWED
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

checkbox

Return the given text if it contains 1 or more characters.  Otherwise return an empty string.

Example

[filter checkbox]Foo bar[/filter]

Results in:

Foo bar

Source code

sub {
    my $val = shift;
    return length($val) ? $val : '';
}

Category:  Filters
Last modified by: Gert van der Spoel
Modification date: Saturday 20 October 2007 at 2:45 PM (EDT)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us