Name: Anonymous 2009-10-15 7:15
I want to remove all BBCode tags.
Why doesn't this work?
> echo "expert:[b][i][o][aa][u]EXPERT BBCODE[/u][/aa][/o][/i][/b]" | sed -e 's/\[\/?[^\]]*\]//g'
expert:[b][i][o][aa][u]EXPERT BBCODE[/u][/aa][/o][/i][/b]Why doesn't this work?