sbool startsWith_addingSlash(S a, S b, Matches m default null) { ret startsWith(addSlash(a), addSlash(b), m); }