gpt4 book ai didi

javascript - 返回 bool 值的javascript中的字符串比较

转载 作者:数据小太阳 更新时间:2023-10-29 04:22:20 27 4
gpt4 key购买 nike

javascript 中是否有比较字符串并返回 bool 值的函数?我找到了 .match 但它返回匹配的字符串。我希望有别的东西,这样我在比较字符串时会有更少的代码。因为我想检查一个字符串是否有这个词并继续否则没有。

谢谢

最佳答案

您可以使用返回 bool 值的 RegEx test() 方法:

/a/.test('abcd'); // returns true.

关于javascript - 返回 bool 值的javascript中的字符串比较,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10705160/

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