angularsen / UnitsNet

Makes life working with units of measurement just a little bit better.
https://www.nuget.org/packages/UnitsNet/
MIT No Attribution
2.65k stars 382 forks source link

鉁忥笍馃挜Add parantheses around denominators in unit abbreviations #1405

Closed angularsen closed 4 months ago

angularsen commented 4 months ago

Fixes #1349

Wrapping multiplications in denominators with parantheses to make it more clear. Leaving numerators alone.

Example: lb/ft路s => lb/(ft路s)

Search: (Abbreviations":.*?")([^"]*?)\/((?:[^"(]*?)路(?:[^")]*?))" Replace: $1$2/($3)"