bBBOARDv2 About UsOrderingTerms/PrivacyManualsSupportFeaturesDemo
Client Login
Welcome to bbBOARD!

NAME

Backend/Func/CleanForText.pm - Remove special chars from string


DESCRIPTION

This function converts bbCodes in the given string to text-compatible output, and cleans HTML.


USAGE

    my $text = $self->CleanForText($html_string [, $fid ]);

Example

    my $cont = "[b]Bold [i]Italic [u]Underlined[/u][/i][/b]";
    $ret .= $self->CleanForText($cont);
 
bbBOARD
© Copyright 2003-2004 bbNetwork Ltd