Java BBCode library [closed]
Has anybody used a good Java implementation of BBCode? I am looking at javabbcode : nothing to see kefir-bb : Listed as alpha BBcode parser in JBoss source code. Are there any better options? The current version of KefirBB 0.6 is not listed as beta anymore. I find the KefirBB parser very easy to configure and extend with my own tags: kefir-bb.sourceforge.net (This is the best BBCode parser I've found so far) I also found this code at fyhao.com , but it does protect you against incorrectly nested tags (thus not suitable for parsing user entered input): public static String bbcode(String text) {