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。