sbool swic_slash(S a, S b, Matches m) { if (eqic(a, b)) ret true with m.m = new S[] {""}; ret swic(a, appendSlash(b), m); }