给定以下字符串
http://thedude.com/05/simons-cat-and-frog-100x100.jpg
我想用substr
or trim
(或任何你觉得更合适的)来返回这个
http://thedude.com/05/simons-cat-and-frog.jpg
也就是说,要删除-100x100
. 我需要的所有图像都将其标记到文件名的末尾,紧接在扩展名之前。
在 SO re Ruby 和 Python 上似乎有对此的回应,但不是 PHP/特定于我的需求。
有什么建议么?