powered by
Returns the character at a position of a string.
s_at(string, position)
A character
A string.
A positive number.
Calls substr(string, position, position).
substr(string, position, position)
s_at("123", 1) s_at("123", 2) s_at("123", 3) s_at("123", 4) s_at("123", 0)
Run the code above in your browser using DataLab