i am using the following but it doesnt work
- <form id="validate-me-plz">
- <div>
-
Pattern w/custom message: <input type="text"
name="PatternTest" data-rule-pattern="[A-Z]{2}"
data-msg-pattern="Please enter correct pattern." />
- </div>
- </form>
Update:
i don't now the correct syntax using regex in the "data-rule-pattern"