gpt4 book ai didi

regex - 如何为没有数字的行匹配正则表达式?

转载 作者:行者123 更新时间:2023-12-03 14:39:13 24 4
gpt4 key购买 nike

我有多行文本,只想匹配没有数字的行:

text without numbers
text 1 with number

some other text
text without numbers
text 1 with number


text without numbers
text 1 with number

我运气不好。任何建议表示赞赏。

最佳答案

^[^\d]*$

选择除数字以外的任何内容。

关于regex - 如何为没有数字的行匹配正则表达式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10205368/

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