@lang:str.at
Access a character by index in a string.
Returns: string
Syntax
Section titled “Syntax”@lang:str.at(value index)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
value | string | Input value |
index | number | Zero-based character index |
See Also
Section titled “See Also”- @str.slice — extract a substring
- @at — array element access