bBBOARDv2 About UsOrderingTerms/PrivacyManualsSupportFeaturesDemo
Client Login
Welcome to bbBOARD!

NAME

Backend/Func/BbCode.pm - Parse bbCode from a string of text


DESCRIPTION

This function parses bbCode tags from a string of text, and returns the HTML equivalent.


USAGE

    $ret .= $self->BbCode($content_string [, $fid ]);

Example

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