DOMString.substringData

Returns a sub-string of the DOMString starting at a specified position.

class DOMString
@safe nothrow pure const
substringData
(
size_t offset
,
size_t count
)

Parameters

offset size_t

The offset from the beginning from which the sub-string is being requested.

count size_t

The count of characters in the requested sub-string

Return Value

Type: DOMString

The sub-string of the DOMString being requested

Meta