API17:JString::trim
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 33: | Line 33: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/utilities/string.php | + | libraries/joomla/utilities/string.php (line 467) |
| + | * see source code in [[jplatform:utilities/string.php#cl-467|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 21:20, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JString::trim
Description
UTF-8 aware replacement for Strip whitespace (or other characters) from the beginning and end of a string Note: you only need to use this if you are supplying the charlist optional arg and it contains UTF-8 characters.
Description:JString::trim [Edit Descripton]
Synopsis
public static JString::trim ($str, $charlist=FALSE)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | |||
| $charlist | FALSE |
Returns
Defined in
libraries/joomla/utilities/string.php (line 467)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
