GoLang bbcode_parse

request it (326)
GoLang replacement for PHP's bbcode_parse [edit | history]



Do you know a GoLang replacement for PHP's bbcode_parse? Write it!

PHP bbcode_parse

PHP original manual for bbcode_parse [ show | php.net ]

bbcode_parse

(PECL bbcode >= 0.9.0)

bbcode_parseParse a string following a given rule set

Description

string bbcode_parse ( resource $bbcode_container , string $to_parse )

This function parse the string to_parse following the rules in the bbcode_container created by bbcode_create()

Parameters

bbcode_container

BBCode_Container resource returned by bbcode_create().

to_parse

The string we need to parse.

Return Values

Returns the parsed string, or FALSE on failure.