SyntaxFix
Write A Post
Hire A Developer
Questions
If I understand correctly, you need a regex statement that checks for at least 6 characters (letters & numbers)?
/[0-9a-zA-Z]{6,}/