Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用咖啡脚本测试模式是否存在。我正在检查从服务器发送的数据。
目前我正在使用 /false/.test(data),其中数据是从服务器输出数据。
它不工作。
任何帮助表示赞赏。
查找 JS 正则表达式文档,例如Mozilla 的正则表达式指南。
咖啡脚本示例:
console.log "found" if (data.search /regexpattern/) >= 0