Options

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.