douwen3198 2014-03-10 13:09
浏览 12
已采纳

替换用户代理中的所有“.net clr”

I am learning regex and I am testing some string lookup/replacement on the user agent.

I have few user agent with:

  • .NET CLR 11432
  • .NET CLR 2.0.2648
  • .NET CLR 1.0.1369
  • .NET CLR 2.0.90283

I can replace the ".net clr \d" but it does no work properly.

  $ua = 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 4.1; .NET CLR 12858)';

  $r = preg_replace('/.NET CLR \d/i', '', $ua);

  var_dump($r);

and i get:

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 4.1; 2858; .0.6143)

clearly i am missing something, but what?

thanks

  • 写回答

2条回答 默认 最新

  • dongle7882 2014-03-10 13:11
    关注

    Your regex doesn't adhere to the decimal point of the version number, that's why it's matching everything up until the .. Change you regex to this:

    $r = preg_replace('/\.NET CLR [\d\.]+/i', '', $ua);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥20 为什么我写出来的绘图程序是这样的,有没有lao哥改一下
  • ¥15 js,页面2返回页面1时定位进入的设备
  • ¥200 关于#c++#的问题,请各位专家解答!网站的邀请码
  • ¥50 导入文件到网吧的电脑并且在重启之后不会被恢复
  • ¥15 (希望可以解决问题)ma和mb文件无法正常打开,打开后是空白,但是有正常内存占用,但可以在打开Maya应用程序后打开场景ma和mb格式。
  • ¥15 绘制多分类任务的roc曲线时只画出了一类的roc,其它的auc显示为nan
  • ¥20 ML307A在使用AT命令连接EMQX平台的MQTT时被拒绝
  • ¥20 腾讯企业邮箱邮件可以恢复么
  • ¥15 有人知道怎么将自己的迁移策略布到edgecloudsim上使用吗?
  • ¥15 错误 LNK2001 无法解析的外部符号