how to limit the user to enter atleast 5 letters and atleast 1 number in text field.
^(?=.{5,}$)(?=.*[a-z|A-Z].*[a-z|A-Z].*[a-z|A-Z].*[a-z|A-Z].*[a-z|A-Z])(?=.*[0-9]).*
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.