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

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)

Broken links

If any of the above links are found to be broken then please let us know.  We will fix them, if possible, or will simply remove them from the list.

Home  |  Legal nonsense  |  Privacy policy  |  Contact us