I have an input which I am binding to keyup()
On each keyup, I want it to:
this.value = this.value.toLowerCase().replace(/[^0-9a-z-]/g,"");