dqmdlo9674 2017-10-02 23:17 采纳率: 100%
浏览 64
已采纳

使用字符串中的字符串填充变量

I have tried various PHP str_* functions, but can't find the right combination of replace, explode(), etc. to do what I need.

I want to grab some specific text that will be in a string -ex below:

Terms of Service ID: #928374 (Val: $2.50, Add'l fee: 10.25%)

Note the string pieces in bold. I need to grab them from that main string. These bolded values of course change several times per user, which is really throwing me off. The non-bolded text is consistent/constant.

Does anyone know if what I am attempting- can be accomplished? If so, could you please provide some guidance/insight? Would be much appreciated.

  • 写回答

3条回答 默认 最新

  • dounao2829 2017-10-02 23:36
    关注

    Given that most of the values are static, you can replace (most of the) static values from the string and explode on spaces. Then you're left with the three values (with a comma on the values, which you can trim away).

    $replace = array("Terms of Service ID: #", "(Val: $", "Add'l fee: ", "%)");
    $string = "Terms of Service ID: #928374 (Val: $2.50, Add'l fee: 10.25%)";
    
    $result = str_replace($replace, "", $string);  // Replace static strings
    $pieces = explode(" ", $result);               // Explode on spaces, get pieces
    $pieces[1] = rtrim($pieces[1], ",");           // Trim away the trailing comma
    
    $id = $pieces[0];
    $value = $pieces[1];
    $fee_percent = $pieces[2];
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 phython如何实现以下功能?查找同一用户名的消费金额合并—
  • ¥15 孟德尔随机化怎样画共定位分析图
  • ¥18 模拟电路问题解答有偿速度
  • ¥15 CST仿真别人的模型结果仿真结果S参数完全不对
  • ¥15 误删注册表文件致win10无法开启
  • ¥15 请问在阿里云服务器中怎么利用数据库制作网站
  • ¥60 ESP32怎么烧录自启动程序
  • ¥50 html2canvas超出滚动条不显示
  • ¥15 java业务性能问题求解(sql,业务设计相关)
  • ¥15 52810 尾椎c三个a 写蓝牙地址