Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.54 KB

File metadata and controls

30 lines (21 loc) · 1.54 KB

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 Greek lower case letters

  • chars support the default equality and comparison operators.