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