Skip to main content
Module

x/structurae/index.ts>StringView#charAt

Data structures for high-performance JavaScript applications.
Latest
method StringView.prototype.charAt
import { StringView } from "https://deno.land/x/structurae@4.0.1/index.ts";

Returns a new string consisting of the single UTF character located at the specified character index.

Parameters

optional
index = [UNSUPPORTED]

a character index

Returns

string

a string representing the character