gpt4 book ai didi

c# - 正则表达式开头 (^) 无法正常工作

转载 作者:行者123 更新时间:2023-11-30 21:07:07 25 4
gpt4 key购买 nike

我想在内容中匹配像 091\d{8} 这样的模式。
我想提取以 091 开头的字符串,我试试这个:

^(091)\d{8}

此模式仅在字符串从新行开始时匹配,我必须使用什么模式?

最佳答案

您应该匹配 word boundary (\b)

关于c# - 正则表达式开头 (^) 无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10680837/

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