I have a string, for example:
-Website URL***Image URL
I want to use preg_replace()
to replace the ***Image URL
with an empty string, look like string here:
-Website URL
I always have problem with preg_replace()
.
Please help me! Thank you!!!!