Nasr
Well-known member
I need help removing custom BBcode with an sql statement from all of my posts.
my bbcode looks like this
[ALIGN=CENTER][TABLETEXT="width:80%;background-color:crimson;border:8px solid burlywood;"][CELL="filter:;"][ALIGN=center]
[ALIGN=CENTER][TABLETEXT="width:70%;background-color:black;"][CELL="filter:;"][ALIGN=center]
What I want to do is remove the opening bracket everything between it that has english letters and remove closing brackets.
basically, anything that's english or numbers or any signs between [ and ] should be removed.
my bbcode looks like this
[ALIGN=CENTER][TABLETEXT="width:80%;background-color:crimson;border:8px solid burlywood;"][CELL="filter:;"][ALIGN=center]
[ALIGN=CENTER][TABLETEXT="width:70%;background-color:black;"][CELL="filter:;"][ALIGN=center]
What I want to do is remove the opening bracket everything between it that has english letters and remove closing brackets.
basically, anything that's english or numbers or any signs between [ and ] should be removed.