sbool isPreciseMultiDashesHeading(S s) { LS l = tlft(s); ret l(l) == 2 && l(first(l)) == l(second(l)) && isMultipleDashesLine(second(l)); }