String transform(String thePhrase) { return thePhrase.substring(0, 1); }
You could use any legal Java name where I have used thePhrase.