Class MutableAttributedString
Extends AttributedString to support a mutable (changeable) string.
During insert and delete operations the attribute layers are updated as smart as possible.
- apemsel\AttributedString\AttributedString implements Countable, ArrayAccess
-
apemsel\AttributedString\MutableAttributedString
Namespace: apemsel\AttributedString
Author: Adrian Pemsel apemsel@gmail.com
Located at MutableAttributedString.php
Author: Adrian Pemsel apemsel@gmail.com
Located at MutableAttributedString.php
Methods summary
public
|
|
public
|
|
protected static
string
|
#
mb_substr_replace( string $string, string $replacement, integer $start, integer $length = NULL )
Missing mb_substr_replace() implementation |
public
|
|
public
|
Methods inherited from apemsel\AttributedString\AttributedString
__construct(),
__toString(),
attributeToString(),
attributesAt(),
byteToCharOffset(),
byteToCharOffsetString(),
charToByteOffset(),
combineAttributes(),
count(),
createAttribute(),
deleteAttribute(),
enablebyteToCharCache(),
filter(),
hasAttribute(),
is(),
offsetExists(),
offsetGet(),
searchAttribute(),
setLength(),
setPattern(),
setRange(),
setSubstring(),
substrings(),
toHtml(),
utf8CharLen()