Ad
  • Default User Avatar

    This line of the description tricked me as well...Thought the input characters would be only uppercase letters and spaces...

    Fun kata to do but this is somewhat misleading.

  • Custom User Avatar

    I think Consider only uppercase letters means you have to translate only those, and leave the rest untouched.

  • Custom User Avatar

    Instructions say "Consider only uppercase letters (no lowercase letters, no numbers) and spaces". One of the C tests includes already leet speak, which is not "only uppercase letters and spaces":

    The expression !strcmp (toLeetSpeak (strdup ("!@#$%^&*JUMPS!()[];';<>,.")), "!@#$%^&*JUMP$!()[];';<>,.") is false.