Question
Is Valid function
i want to be able to validate that both a username and
password submitted via a form contains uppercase and lowercase
letters and the numbers 0-9, in any order. just not sure what to
enter for the pattern:
<CFIF IsValid("regex", Form.UserName, pattern) AND IsValid("regex", Form.Password, pattern)>
<CFIF IsValid("regex", Form.UserName, pattern) AND IsValid("regex", Form.Password, pattern)>
