Answers for "how to check the first and second character from string in java"

7

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 check the first and second character from string in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language