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

You are not logged in

Powered by Interchange version 5.7.0

no_white

Strips all whitespace from the body text.

Also see the strip filter.

Example

[filter lc]Kevin Walsh was here[/filter]

Results in:

KevinWalshwashere

Source code

sub {
    my $val = shift;
    $val =~ s/\s+//g;
    return $val;
}

Category:  Filters
Last modified by: Kevin Walsh
Modification date: Monday 26 February 2007 at 11:55 AM (EST)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us