how to get the first two letters of a string in java code example Example: get first 5 characters of string java firstFourChars = input.substring(0, 4);