I have a form which the user has to fill in. A couple of fields are required to have a minimum of 50 characters. I need to stop the user from entering i.e. over 50 full stops, or another letter/number. I've managed to trap the entry of multiple full stops but does anyone know of a JavaScript/jQuery regular expression to find maybe 5 or more of any character in sequence?
Many thanks in advance,
Jason