CodeIgniter Forums
validate the number of uppercase letters, lowercase letters and numbers in validator - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: validate the number of uppercase letters, lowercase letters and numbers in validator (/showthread.php?tid=87665)



validate the number of uppercase letters, lowercase letters and numbers in validator - Beewez - 05-16-2023

I was seeing that within the codeigniter 4 framework when using the validators we do not have an option which allows us to verify the amount of uppercase letters, lowercase letters and numbers that we have in a string which we can get from a form.

For this reason the back-end developers must develop their own validation.

It would be nice to have this option within validation.


RE: validate the number of uppercase letters, lowercase letters and numbers in validator - InsiteFX - 05-16-2023

That would be nice, but the Validation Class returns only a BOOL true or false.