How to remove BB codes from a string?
        Posted  
        
            by Axel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Axel
        
        
        
        Published on 2010-04-15T20:22:51Z
        Indexed on 
            2010/04/15
            20:33 UTC
        
        
        Read the original article
        Hit count: 307
        
How to get ride of all BBcodes in a string but keep the content?
Example:
[B]This is bold[/B] and This is [color=#FFCCCC]colored[/color]
Will be :
This is bold and This is colored
© Stack Overflow or respective owner