Get the first character in a string
This example shows how to get the first character in a string.
"H" = String.at("Hello",0)
Documentation: String.at/2
This example shows how to get the first character in a string.
"H" = String.at("Hello",0)
Documentation: String.at/2