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

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