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