Contact: aviboots(AT)netvision.net.il
39,845 questions
51,766 answers
573 users
String s = "Groovy Java Python" println(s.endsWith("Python")); println(s.endsWith("hon")); println(s.endsWith("PHP")); /* run: true true false */