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.
为什么以下规则不被识别?
(?i:abc) { return TOKEN; }
我想为不区分大小写的“abc”匹配返回 TOKEN。
检查 flex 的版本。我们需要 2.5.34 或更高版本才能正常工作。回答者:@Alan Curry。