gpt4 book ai didi

php - 使用正则表达式在 PHP 中命名捕获

转载 作者:IT王子 更新时间:2023-10-29 00:59:19 25 4
gpt4 key购买 nike

如何在 PHP 中使用命名捕获和正则表达式?谁能给我一个工作示例?

最佳答案

不适用于 replace ,仅对 php 中的匹配有用

$test="yet another test";

preg_match('/(?P<word>t[^s]+)/',$test,$matches);

var_dump($matches['word']);

关于php - 使用正则表达式在 PHP 中命名捕获,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6971287/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com