API17

JString::ucwords

From Joomla! Documentation

Revision as of 17:18, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JString::ucwords[edit]

Description[edit]

UTF-8 aware alternative to ucwords Uppercase the first character of each word in a string.

Template:Description:JString::ucwords [Edit Descripton]

public static function ucwords ($str)
Parameter Type Default Description
$str string
  • Returns string with first char of each word uppercase
  • Defined on line 488 of libraries/joomla/utilities/string.php

See also[edit]

Template:SeeAlso:JString::ucwords [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />