I'm trying to program a repetitive character validation for a form on my site. I was wondering if it was possible for js to get the characters in a input.value individually... i was thinking something like
but that doesn't seem to be working... any suggestions?
Code:
input.value.index(i)
Comment