Resource icon

Post Content Find / Replace 2.0.1

No permission to download
Post content find replace addon.
I didn't understand your answer.
As I understand it, you need to create a regular expression to delete messages on the forum containing this content.
Question: how to create a regular expression?
 
How to remove BB codes of this type using this plugin: [MSNAPBACK]694562[/MSNAPBACK]
However - without waranty at your one risc. Make sure you have a backup first bevore you try this!

Quick find:
Code:
[MSNAPBACK]

RegEx:
Code:
#(\[MSNAPBACK\](\d+)\[\/MSNAPBACK\])#si

Replacement String
Code:

1708585879694.webp

You can test it at no risk in a regex tester like this:
Also you can read/search in this thread - there are so many examples that helps novices to.


Post content find replace addon.
Sorry, but thats a litle bit stupid to answer like this in this thread. Dont you mean?! ;)
 
RegEx is not so complicated as it shines. ;-)
Its logical and well documented.
And you find online realy good sites to trainee your skills and test your regex. First steps are hard but it will be lighter and lighter with the time. :-)
 
Top Bottom