codePointAt

codePointAt

> 機能

文字列 string の位置 index (デフォルトでは 0) にある Unicode コードポイント (32 ビット、整数) を返します。

: codePointAt('hi', 1) // 97 (文字 'a')

#### 設定

#### フィードバック

こちらもご覧ください