# Functions
NormalizeURLPath replace repeated '/' characters with a single '/' character and remove ending '/'.
RandomURLString generates random URL path of length n.
RandomValidURLString generate URL path of length n where the delimiter '/' occurs at least every maxSegmentLen characters.