I am not so good with regex, I need some help and I am stuck...
This is what I got:
EDITED: Now is working fine, take a look at...
http:
Use this:
var match = /^9908:[0-9]{3,}$/.test("9908:123"); alert(match);