in reply to Re^2: Eugh, regex :(
in thread Eugh, regex :(

>>May I recommend Parse::BBCode by tinita? <<

This is for some forum software already - so when I get the data, it comes as BBCode, so no point converting back/forth :) Just need to get rid of the damn URL stuff =)

Cheers

Andy

Replies are listed 'Best First'.
Re^4: Eugh, regex :(
by moritz (Cardinal) on Mar 25, 2009 at 10:08 UTC
    I know that the documentation says that this module converts BBCode to HTML, but it also lets you modify the parse tree, and convert it back to bbcode with the raw_text method.