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]
##############################################################################
###+------------+#############################################################
#+-| CAPFIRST() |------------------------------------------+##################
#| +------------+ Makes first letter of any word uppercase |##################
#+---------------------------------------------------------+##################
##############################################################################
##############################################################################
#+--| Summary |----------------+##############################################
#|     #INCLUDE string.hdr     |################################################
#+-----------------------------+##############################################
##############################################################################
##############################################################################
#+--| Syntax |------------------------------+#################################
#|     FUNCTION CHAR capfirst PROTOTYPE     |#################################
#|      PARAMETERS CONST CHAR string        |#################################
#+------------------------------------------+#################################
##############################################################################
##############################################################################
#########+---| Description |----------------------------------------+#########
#########| The capfirst() function returns a character string in    |#########
#########| which the first character of any substring within string |#########
#########| is converted to uppercase while the remaining characters |#########
#########| are converted to lowercase.                              |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########|                                                          |#########
#########| ? capsfirst("adam schelin")                              |#########
#########|                                                          |#########
#########| Output:                                                  |#########
#########| Adam Schelin                                             |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########|                                                          |#########
#########| ? capsfirst("AFFORDABLE STEREO")                         |#########
#########|                                                          |#########
#########| Output:                                                  |#########
#########| Affordable Stereo                                        |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: lower() upper()

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