I have a field which the user will be entering a 9 digit numeric string.
e.g. 975367865
However some users will be entering the 9 digit numeric string with seperators such as "-" and "/".
e.g. 9753/67/865 OR 9753-67-865
I want to make sure that the user has entered a minimum of 9 numbers even if the user has added the "-" & "/" somewhere in the string.
Hope that makes sense.
Many thanks for any help.
\dis pretty much all you need - jsfiddle.net/gLwxo78s