API17

Difference between revisions of "JString::ucwords"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 28: Line 28:
 
string with first char of each word uppercase
 
string with first char of each word uppercase
 
===Defined in===
 
===Defined in===
libraries/joomla/utilities/string.php
+
libraries/joomla/utilities/string.php (line 507)
 +
* see source code in [[jplatform:utilities/string.php#cl-507|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:20, 23 April 2011

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]

Synopsis[edit]

public static JString::ucwords ($str)
Parameter Type Default Description
$str string

Returns[edit]

string with first char of each word uppercase

Defined in[edit]

libraries/joomla/utilities/string.php (line 507)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JString::ucwords

Examples[edit]

<CodeExamplesForm />