Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 24:
txt.value = txt.value.replace(/³/g, '³');
// Convert
txt.value = txt.value.replace(/(\d)\s?(μ|μ|µ)(g|s|m|A|K|mol|cd|rad|sr|Hz|N|J|W|Pa|lm|lx|C|V|Ω|F|Wb|T|H|S|Bq|Gy|Sv|kat|M)(\W)/g, '$1 µ$3$4');
|