java how to extract first 3 letters from string code example Example: get first 5 characters of string java firstFourChars = input.substring(0, 4);