Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 105:
// Standardise symbol for foot pounds
txt.value = txt.value.replace(/ft[ -.·•\/]lb[fs]/gi, 'ft·lbf');
txt.value = txt.value.replace(/ft[ -.·•\/]lbff/gi, 'ft·lbf');
//the next two suspended until solution is found for wing loading (i.e. pounds per square foot)
//txt.value = txt.value.replace(/lb[fs][ -.•\/]ft/gi, 'ft·lbf');
//txt.value = txt.value.replace(/lb[ -.•\/]ft/gi, 'ft·lbf');
▲ txt.value = txt.value.replace(/ft[ -.·•\/]lb/gi, 'ft·lbf');
// Symbols for feet and inches
|