Ludachris
Well-known member
Thanks, I'll give that a try.#\[attach]#siu
that should work fine for you though if you wanted to you could change this one with a sql query...either way unless you have tens of thousands of occurrences to change it really doesn't matter.
Also, I found some replacement advice you gave earlier and wanted to ask about it. I have AME tags I need to address. Here's an example of one I found:
Code:
[ame="http://www.youtube.com/watch?v=Hkcwl8T_Th8&list=UUd8JfwGxmRb5P7nMVRzSPng&index=1&feature=plcp"]Closing the FIAV - The Free Way[/ame]
Quick Find: [ame=
Regular Expression: [code]#\[ame="http://(?:www.)?(youtube)[^=]+=([^"]+)"][a-z0-9\s-\[\]()]+\[/ame]#siu[/code]
Replacement String:
Code:
[media=\1]\2[/media]
It's going to covert to:
Code:
[media=youtube]Hkcwl8T_Th8&list=UUd8JfwGxmRb5P7nMVRzSPng&index=1&feature=plcp[/media]
Is that the way it's supposed to look? It just didn't look right.