Vincent001
04-18-2003, 10:04 AM
How to write a "if" loop to compare whether the
variable $a equal to (a-z and A-Z)??
e.g.
$a="Hello"
$b="!!!"
if variable $b is not equal to (a-z and A-Z)
then
{
statement;
};
variable $a equal to (a-z and A-Z)??
e.g.
$a="Hello"
$b="!!!"
if variable $b is not equal to (a-z and A-Z)
then
{
statement;
};