var display = document.getElementById('display'); var reg = /\+|-|\/|\*/; if (reg.test(display.value[length - 1])) { }