Java Dapatkan 3 karakter pertama dari string
firstFourChars = input.substring(0, 4);
Xenophobic Xenomorph
firstFourChars = input.substring(0, 4);