For more information... RTFM!
NAVIGATION
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

zerofix

Strip leading zeros from the body text.

Availability

Availability

This filter was introduced in version 5.4.0, and is therefore not available for use with any earlier Interchange version.

Example

[filter zerofix]0001234[/filter]

Results in:

1234

Source code

sub {
    $_[0] =~ /^0*(.*)/;
    return $1;
}

Category:  Filters
Last modified by: Kevin Walsh
Modification date: Thursday 1 March 2007 at 4:39 PM (EST)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us