dqve65954 2018-10-08 16:08
浏览 31
已采纳

PHP preg_replace重用编辑匹配

I am trying to create an URL matching pattern where the route parameters can be read.

This is what I have:

$routePattern = '/test/{id}/edit';
// Can I strip the opening and closing bracket from `$0` here?
$regexPattern = '#^' . preg_replace('#{[\w]+}#', '(?P<$0>[\w]+)', $routePattern) . '$#';
// Matching done here...

The problem is that this will result in: #^test/(?P<{id}>[\w]+)/edit$#. But I would like that the brackets get stripped from id. So I would like the following result: #^test/(?P<id>[\w]+)/edit$#.

How is this possible in a clean way? This is the non clean way I found:

$routePattern = '/test/{id}/edit';
$regexPattern = '#^' . preg_replace('#{[\w]+}#', '(?P<$0>[\w]+)', $routePattern) . '$#';
$regexPattern = str_replace(['{', '}'], '', $regexPattern);
// Matching done here...
  • 写回答

2条回答 默认 最新

  • douyi8732 2018-10-08 16:17
    关注

    Use a capturing subpattern by surrounding the \w+ in parenthesis:

    preg_replace('#{([\w]+)}#', '(?P<$1>[\w]+)', $routePattern)
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 孟德尔随机化怎样画共定位分析图
  • ¥18 模拟电路问题解答有偿
  • ¥15 Matlab在app上输入带有矩阵形式的初始条件发生错误
  • ¥15 CST仿真别人的模型结果仿真结果S参数完全不对
  • ¥15 误删注册表文件致win10无法开启
  • ¥15 请问在阿里云服务器中怎么利用数据库制作网站
  • ¥60 ESP32怎么烧录自启动程序
  • ¥50 html2canvas超出滚动条不显示
  • ¥15 java业务性能问题求解(sql,业务设计相关)
  • ¥15 52810 尾椎c三个a 写蓝牙地址