API17:JString::valid
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::valid
Description
Tests a string as to whether it's valid UTF-8 and supported by the Unicode standard Note: this function has been modified to simple return true or false.
Description:JString::valid [Edit Descripton]
Since
Synopsis
public static JString::valid ($str)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | string | UTF-8 encoded string |
Returns
boolean true if valid
Defined in
libraries/joomla/utilities/string.php (line 546)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
