gpt4 book ai didi

php - 需要帮助在 PHP 中构建正则表达式

转载 作者:行者123 更新时间:2023-12-04 06:18:24 24 4
gpt4 key购买 nike

我以以下文字为例:
\n\t\t\t\t\t3 comments
谁能帮我构建用于提取数字的 PHP 正则表达式? (在这种情况下 number = 3 )
该数字可以以任何文本为前缀,但在数字之后应该有一个 <space>其次是 comments .

谢谢。

最佳答案

preg_match('/\d+(?= comments)/', $text, $match);

关于php - 需要帮助在 PHP 中构建正则表达式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6922866/

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