Blog
Documentation
Book a Demo
toggle menu
Categories
Discussions
Activity
Best Of...
Sign In
Sign In
Categories
Discussions
Activity
Best Of...
Sign In
×
Home
›
Vanilla 1.0 Help
Discussion
php and letter case
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
php and letter case
y2kbg
New
March 2007
edited March 2007
in
Vanilla 1.0 Help
how do you check if a variable contains a Capital of lowercase letter.
0
Comments
Vincent
March 2007
// check if in alphabet... if($char === tolowercase($case)) { // Yes } else { // No }
0
This discussion has been closed.
Comments
// check if in alphabet... if($char === tolowercase($case)) { // Yes } else { // No }