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

y2kbgy2kbg New
edited March 2007 in Vanilla 1.0 Help
how do you check if a variable contains a Capital of lowercase letter.

Comments

  • // check if in alphabet... if($char === tolowercase($case)) { // Yes } else { // No }
This discussion has been closed.