Hi all,

I needed a robust bbcode parser - the existing ruby libaries have alot of
issues with them so I ended up taking the c++ project from Sourceforge and
wrote a small wrapper.  So if anyone could use...

http://rubyforge.org/projects/bbcodelib/

or

gem install bbcodelib

Then its as easy as:

require 'rubygems'
require 'bbcode'

new_string = BBCode::parse_string(original_string)

If you need to change the ouput, you have to edit the bbcode_parser.h and
recompile - I might try to remedy this at some point but its certainly
better than what we have..

Best Regards,
Stephen Blackstone

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to