DOMString.insertData

Inserts a string within the existing DOMString at an arbitrary position.

  1. void insertData(size_t offset, DOMString data)
    class DOMString
    @safe pure nothrow
    void
    insertData
  2. void insertData(size_t offset, XMLCh[] other)

Parameters

offset size_t

The offset from the beginning at which the insertion needs to be done in this object

data DOMString

The DOMString containing the data that needs to be inserted

Meta