Foorum::Formatter - format content for Foorum


Foorum documentation  | view source Contained in the Foorum distribution.

Index


NAME

Top

Foorum::Formatter - format content for Foorum

SYNOPSIS

Top

  use Foorum::Formatter qw/filter_format/;

  my $text = q~ :inlove: [b]Test[/b] [size=14]dsadsad[/size] [url=http://fayland/]da[/url]~;
  my $html = filter($text, { format => 'ubb' } );
  print $html;
  # <img src="/static/images/bbcode/emot/inlove.gif"> <span style="font-weight:bold">Test</span> <span style="font-size:14px">dsadsad</span> <a href="http://fayland/">da</a>

SEE ALSO

Top

HTML::BBCode, Text::Textile, Text::GooglewikiFormat

AUTHOR

Top

Fayland Lam <fayland at gmail.com>


Foorum documentation  | view source Contained in the Foorum distribution.