bbcodeToHtml

bbcodeToHtml ( string html ) : string

Transform BBcodes to HTML

Example


console(bbcodeToHtml("[b]Hello World![/b]")) // -> Hello World!

Parameters

html

The text to convert.