Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created July 9, 2020 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/22db3387e148da6554de7efd08588a7b to your computer and use it in GitHub Desktop.
Save BMU-Verlag/22db3387e148da6554de7efd08588a7b to your computer and use it in GitHub Desktop.
char[] kleinbuchstaben = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'ä', 'ö', 'ü', 'ß'};
char[] grossbuchstaben = {'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L',
'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'Ä', 'Ö', 'Ü', '$'};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment