Description Usage Arguments Details Value Examples
Returns the character at a position of a string.
1 | s_at(string, position)
|
string |
A string. |
position |
A positive number. |
Calls substr(string, position, position)
.
A character
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.