Difference between revisions of "ISUPPER()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to test for upper case character | Function to test for upper case character | ||
Line 28: | Line 24: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:String Data]] | ||
+ | [[Category:String Data Functions]] |
Latest revision as of 16:43, 2 December 2009
Purpose
Function to test for upper case character
Syntax
ISUPPER(<expC>)
See Also
ISALPHA(), ISLOWER(), LOWER(), UPPER()
Description
The ISUPPER() function returns .T. if the first character of the character expression <expC> is upper case and .F. otherwise.
Example
use prospect replace all company with proper(company); for not isupper(company)
Products
Recital Server, Recital