Answers for "how to check the first character of a string java"

7

get first character of string java

var string = "freeCodecamp";

string.charAt(0); // Returns "f"
Posted by: Guest on December-14-2019

Code answers related to "how to check the first character of a string java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language