Class JString
String handling class for utf-8 data Wraps the phputf8 library All functions assume the validity of utf-8 strings.
- Joomla\String\StringHelper
- JString
Abstract
Package: Joomla\Platform\String
Deprecated: 4.0 Use
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/string/string.php
Package: Joomla\Platform\String
Deprecated: 4.0 Use
Joomla\String\StringHelper
instead unless otherwise noted.Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/string/string.php
Methods summary
public static
array
|
|
public static
mixed
|
Methods inherited from Joomla\String\StringHelper
compliant()
,
increment()
,
is_ascii()
,
ltrim()
,
ord()
,
rtrim()
,
str_ireplace()
,
str_pad()
,
str_split()
,
strcasecmp()
,
strcmp()
,
strcspn()
,
stristr()
,
strlen()
,
strpos()
,
strrev()
,
strrpos()
,
strspn()
,
strtolower()
,
strtoupper()
,
substr()
,
substr_replace()
,
transcode()
,
trim()
,
ucfirst()
,
ucwords()
,
unicode_to_utf16()
,
unicode_to_utf8()
,
valid()