JavaScript Regex to figure out the value in inches when the input value is in feet-inch notation( Eg: height).
Properly catches 5’10”, 11’10”, 5’2”, 5’07, 5’, 5’”, 5
Also fails correctly for 5’13”, 5’233”, 521’1”
JavaScript Regex to figure out the value in inches when the input value is in feet-inch notation( Eg: height).
Properly catches 5’10”, 11’10”, 5’2”, 5’07, 5’, 5’”, 5
Also fails correctly for 5’13”, 5’233”, 521’1”