[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+-----------+##############################################################
#+-| ISUPPER() |-------------------------------------------------------+######
#| +-----------+ Returns TRUE if first character begins with uppercase |######
#+---------------------------------------------------------------------+######
##############################################################################
##############################################################################
#+--| Summary |----------------+##############################################
#|     #INCLUDE string.hdr     |##############################################
#+-----------------------------+##############################################
##############################################################################
##############################################################################
#+--| Syntax |--------------------------------+###############################
#|     FUNCTION LOGICAL isupper PROTOTYPE     |###############################
#|      PARAMETERS CONST CHAR test_string     |###############################
#+--------------------------------------------+###############################
##############################################################################
##############################################################################
########+---| Description |------------------------------------------+########
########| The isupper() function returns TRUE if the first character |########
########| within test_string begins with an uppercase letter.        |########
########+------------------------------------------------------------+########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########|                                                          |#########
#########| ? isupper( "Lloyd Tabb" )             && Prints .T.      |#########
#########| ? isupper( "lloyd tabb" )             && Prints .F.      |#########
#########| ? isupper( "   lloyd tabb" )          && Prints .F.      |#########
#########| ? isupper( "1234 south street" )      && Prints .F.      |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: isalpha() islower()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson