API17:JString::substr replace
From Joomla! Documentation
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::substr_replace
Description
UTF-8 aware substr_replace Replace text within a portion of a string.
Description:JString::substr replace [Edit Descripton]
Synopsis
public static JString::substr_replace ($str, $repl, $start, $length=NULL)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | string | the haystack | |
| $repl | string | the replacement string | |
| $start | int | start | |
| $length | int | NULL | length (optional) |
Returns
Defined in
libraries/joomla/utilities/string.php (line 387)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JString::substr replace
Examples
<CodeExamplesForm />
