doutuo7609 2016-06-26 11:37
浏览 53
已采纳

PHP - 使用preg_replace()仅字符串的特定部分

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!!!!

  • 写回答

2条回答 默认 最新

  • dopuzf0898 2016-06-26 12:00
    关注

    Take all after the minus at string beginning and till 3 stars

    $res = preg_replace('/^-?(.+)\*{3}.+$/', '\1', '-Website URL***Image URL');
    echo $res;
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥20 wpf datagrid单元闪烁效果失灵
  • ¥15 券商软件上市公司信息获取问题
  • ¥100 ensp启动设备蓝屏,代码clock_watchdog_timeout
  • ¥15 Android studio AVD启动不了
  • ¥15 陆空双模式无人机怎么做
  • ¥15 想咨询点问题,与算法转换,负荷预测,数字孪生有关
  • ¥15 C#中的编译平台的区别影响
  • ¥15 软件供应链安全是跟可靠性有关还是跟安全性有关?
  • ¥15 电脑蓝屏logfilessrtsrttrail问题
  • ¥20 关于wordpress建站遇到的问题!(语言-php)(相关搜索:云服务器)