[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Strings beginning with uppercase letters




Would this work?

###

$first = substr($line, 0, 1);

if ( uc($first) eq $first )
{
   print $line;
}

-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.