ISLOWER()

From Lianjapedia
Revision as of 06:38, 4 February 2013 by Helen.george (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Function to test for lower case character

Syntax

ISLOWER(<expC>)

See Also

ISALPHA(), ISUPPER(), LOWER(), UPPER()

Description

The ISLOWER() function returns .T. if the first character of the character expression <expC> is lower case and .F. otherwise.

Example

use prospect
replace all company with proper(company);
  for islower(company)