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

6

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 "java how to check whats the first letter of a string"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language