douliu3831 2012-08-28 07:08
浏览 15
已采纳

在普通字符之间匹配PHP中的唯一字符串

I'm trying to do some string matching in PHP. I have the following url string in a variable:

phones/gift.nintendo-3ds/handset.blackberry-9790.html

I want remove the /gift.nintendo-3ds from the above, but the gift will always be different.

Any ideas? I want the url variable to look like this after each call different gifts:

phones/handset.blackberry-9790.html

Thanks

  • 写回答

3条回答 默认 最新

  • dsag14654 2012-08-28 07:15
    关注

    Try with:

    $input  = 'phones/gift.nintendo-3ds/handset.blackberry-9790.html';
    $output = preg_replace('(gift\.[^/]*\/)', '', $input);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 Revit2020下载问题
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大
  • ¥15 单片机无法进入HAL_TIM_PWM_PulseFinishedCallback回调函数
  • ¥15 Oracle中如何从clob类型截取特定字符串后面的字符
  • ¥15 想通过pywinauto自动电机应用程序按钮,但是找不到应用程序按钮信息
  • ¥15 如何在炒股软件中,爬到我想看的日k线
  • ¥15 seatunnel 怎么配置Elasticsearch