Options
php and letter case

how do you check if a variable contains a Capital of lowercase letter.
0
This discussion has been closed.
Comments
// check if in alphabet... if($char === tolowercase($case)) { // Yes } else { // No }