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:
var regex = /^9908:\d{3,}$/;
will match exactly 9908: followed by 3 or more digits.