Normalizes a universal measure value by parsing and reformatting.
Ensures the numeric portion is properly formatted while preserving the unit.
Reference: ST_UniversalMeasure in OOXML specification
The universal measure string to normalize
The normalized universal measure
const measure = universalMeasureValue("10.500mm"); // Returns "10.5mm" Copy
const measure = universalMeasureValue("10.500mm"); // Returns "10.5mm"
Normalizes a universal measure value by parsing and reformatting.
Ensures the numeric portion is properly formatted while preserving the unit.
Reference: ST_UniversalMeasure in OOXML specification