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...
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.