normalizeSegments

turn ["a", "b!(x)", "b"] (path "a.b!(x).b") into ["a, "b!(x)"] ("a.b!(x)") Assumes that input was already fixed with mergeBrokenSegments

string[]
normalizeSegments
(
string[] segs
)

Meta