aguskianto Posted April 8, 2013 Share Posted April 8, 2013 Dear all, What does "/i" means in this statement: array('pass', 'match', 'pattern'=>'/^[a-z0-9_-]{6,20}$/i') There is no error, just don't know what "/i" does. Thanks before. Link to comment Share on other sites More sharing options...
Larry Posted April 8, 2013 Share Posted April 8, 2013 Actually, it means case-insensitive, which shouldn't be there, as passwords should be case-sensitive. I'll get that corrected. Link to comment Share on other sites More sharing options...
Recommended Posts