Ghostt
07-01-2010, 12:51 AM
hi,
i have a problem with the REGEX and cleaner.php from impex tools.
what i want is to change the BBCode of all images which have the "example.com" url to [AME] BBCode
[IMG]http://example.com/img/cbhdgvgdqarb.jpg to -->>
http://example.com/img/cbhdgvgdqarb.jpgso this is my idea, but dont work:
$text = preg_replace('#(http.*example\.com.*)\[/img:[a-z0-9]+\]#siU', 'h$1', $text);are here experts that can fix this to a clean regexcode`?
i have a problem with the REGEX and cleaner.php from impex tools.
what i want is to change the BBCode of all images which have the "example.com" url to [AME] BBCode
[IMG]http://example.com/img/cbhdgvgdqarb.jpg to -->>
http://example.com/img/cbhdgvgdqarb.jpgso this is my idea, but dont work:
$text = preg_replace('#(http.*example\.com.*)\[/img:[a-z0-9]+\]#siU', 'h$1', $text);are here experts that can fix this to a clean regexcode`?