Contact: aviboots(AT)netvision.net.il
41,540 questions
54,143 answers
573 users
String s = "Groovy Java Python" println(s.endsWith("n")); println(s.endsWith("p")); /* run: true false */