Units of Measure are compile-time attributes that can be associated with numeric values, typically used to indicate length, volume, mass, and so on.
I have strings containing numbers with their units, e.g. 2GB, 17ft, etc. I would like to separate the number …
python string units-of-measurement