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

12

get first 5 characters of string java

firstFourChars = input.substring(0, 4);
Posted by: Guest on March-24-2020

Code answers related to "how to get the first letter of a string java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language