maxicep
Active member
I need some help with old (imported vb4) BBCodes in the posts.
There are many posts including the following bbcodes:
Code:[SIZE=1] [SIZE=2] [/SIZE] [FONT=tahoma] etc.
I want to remove these BBCodes from all posts. Is this possible?
Thanks in advance![]()
For FONT BBCODE REMOVE
Quick Find: [font
Regular Expression: #\[font=([^\]]+)\](.*)\[/font\]#siU
Replacement String: \2
For SIZE BBCODE REMOVE
Quick Find: [size
Regular Expression: #\[size=([^\]]+)\](.*)\[/size\]#siU
Replacement String: \2