I just got bitten by a bug that took a while to trace to the behavior of String(v::AbstractVector{UInt8})
which modified( or as the documentation says truncates) its input. Further reading brings me to believe that the other String Methods do not do this.
Which begs the question why isn’t this method renamed ‘String!’? This would make it consistent with the typical naming convention.
Forgive me if this has already been covered.