Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
php and letter case
y2kbg
New
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 }