DOMString.charAt

Returns the character at the specified position.

class DOMString
@safe @nogc nothrow pure
charAt
(
size_t index
)

Parameters

index size_t

The position at which the character is being requested

Return Value

Type: XMLCh

Returns the character at the specified position.

Meta