I am using http://jqueryvalidation.org/. And I want to add a rule to validate the field from the value entered by users on fourth letter.
Like if value is = ABCPUJJE
and we set rule that fourth letter = P
then the rule will check fourth value and display message "Right value entered" else "Please Enter correct value"