gpt4 book ai didi

php - 如何使用正则表达式检查字符串不包含 "bird"或 "cat"?

转载 作者:可可西里 更新时间:2023-11-01 00:07:01 25 4
gpt4 key购买 nike

请不要告诉我使用 bool 值 ! 来检查它。因为我想使用 jquery 插件在我的函数中做一些事情。我只想修复它的正则表达式部分...这可能吗?

最佳答案

更好,海事组织:

preg_match('/^(?!.*(cat|bird).*$)(......)/xs', $string);

关于php - 如何使用正则表达式检查字符串不包含 "bird"或 "cat"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5694926/

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