News

Hello, I'm trying to limit the amount of characters that are entered into a textbox upon keydown/keyup. I have a working piece of javascript as well as a working onkeydown and onkeyup javascript ...
It's been a while since I worked on regexs in JavaScript, but generally the way you do this in most programming languages is to build the regex as a string and then pass it into the regex engine.