Class String
String handling class for utf-8 data Wraps the phputf8 library All functions assume the validity of utf-8 strings.
- Joomla\String\StringHelper
- Joomla\String\String
Abstract
Namespace: Joomla\String
Deprecated: 2.0 Use StringHelper instead
Since: 1.0
Located at vendor/joomla/string/src/String.php
Namespace: Joomla\String
Deprecated: 2.0 Use StringHelper instead
Since: 1.0
Located at vendor/joomla/string/src/String.php
Methods summary
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()