For more information... RTFM!
NAVIGATION
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

qb_safe

Make data safe for Intuit QuickBooks, because QuickBooks will crash at the drop of a hat.

Example

[filter qb_safe]"Kevin Walsh" was here[/filter]<br>

Results in:

Kevin Walsh was here

Source code

sub {
    my $val = shift;

    $val =~ s/[\"\/\\]//g;
    return $val;
}

Category:  Filters
Last modified by: Kevin Walsh
Modification date: Thursday 15 February 2007 at 10:44 PM (EST)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us