Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson