replaceData (DOMCharacterData - JavaScript)
Replaces characters starting at the specified 16-bit unit offset with the specified string.
Defined in
DOMCharacterDataSyntax
replaceData(offset:int, count:int, str:string) : void
Parameters | Description |
---|---|
offset |
|
count |
|
str |