1.8 KiB

Hints

1. Replace any spaces encountered with underscores

2. Replace control characters with the upper case string "CTRL"

  • See this method to check if a character is a control character.

3. Convert kebab-case to camel-case

  • See this method to convert a character to upper case.

4. Omit characters that are not letters

5. Omit Greek lower case letters

  • chars support the default equality and comparison operators.