Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>capitalize() - capitalize first letter of each word</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     capitalize() - capitalize first letter of each word
  Usage:    <string> = capitalize(<string>)
  Params:   string <string> - the string to capitalize
  Returns:  a string equal to <string> with the first letter of each
            word capitalized. All other characters are left untouched

 ---------------------------------- Example ---------------------------------

                 ? capitalize("P.O. box, murray Hill")
                 * prints "P.O. Box Murray Hill"

                 ? capitalize("mr. & mrs. steiner")
                 * prints "Mr. & Mrs. Steiner"


See Also: capfirst() _upper() _lower() encrypt() decrypt()

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