BBCode-Parser

 view release on metacpan or  search on metacpan

lib/BBCode/Tag.pm  view on Meta::CPAN


Odds are that you want to use L<toText()|/"toText"> instead.

=head3 pushBody

	$tag->pushBody(
		'Image: ',
		BBCode::Tag->new(
			$tag->parser(),
			'IMG',
			'http://www.example.org/img.png',
		)
	);

Appends one or more new child tags to this tag's body.  Security and
correctness checks are performed.  Use C<eval> to catch any exceptions.

If any arguments are strings, they are upgraded to virtual [TEXT] tags.

=head3 toBBCode



( run in 1.479 second using v1.01-cache-2.11-cpan-788537b7465 )