ReGEX for concatenated bbcode tags

Discussion in 'PHP' started by nekowai, Mar 7, 2012.

  1. #1
    For example if i have [ quote ]..text..[ /quote ]
    A simple regex like /\[quote\](.*?)\[\/quote\]/i will do, but

    [ quote ] sd dfsd [ quote ] sdf sdf [ /quote ] sdf sf[ /quote ]

    Will match the 1st and 3rd tags which is not correct...
     
    nekowai, Mar 7, 2012 IP
  2. zero_ZX

    zero_ZX Member

    Messages:
    83
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    48
    #2
    Not sure what your question is. Are you asking for regex patterns or?
    As for your bbcode need i strongly recommend this:
    http://nbbc.sourceforge.net/

    I use it in my own project and it works flawlessly.
     
    zero_ZX, Mar 8, 2012 IP
    bogi likes this.