static S crazyEnglishFixing(S s) { s = jreplace(s, "A", "a"); s = jreplace(s, "a a", "a"); ret firstToUpper(s); }