I\'m trying to match feet and inches but I can\'t manage to get \"and/or\" so if first half is correct it validates:
Code: (in javascript)
try this
var pattern = "^\d+(\'?(\d+\x22)?|\x22)$";