{ case "abc": // xͷ༰͕"abc"ͷͱ͖ break case ~/a(.*)c/: // x͕ਖ਼نදݱύλʔϯʹϚον͢Δͱ͖ assert Matcher.lastMatcher[0][0] == "abbc" assert Matcher.lastMatcher[0][1] == "bb" break case 1..3: // x͕1ʙ3ͷൣғʹؚ·ΕΔͱ͖ break case [1,3,5]: // x͕1,3,5ͷͲΕ͔Ͱ͋Δͱ͖ break // .... }