Post History
Japt, 3 bytes c|H Try it c|H :Implicit input of string c :Map charcodes | : Bitwise OR with H : 32
Answer
#2: Post edited
- # [Japt](https://github.com/ETHproductions/japt), 3 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- c|H
[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=Y3xI&input=IihbKHtFbmNsb3NlZH0pXSki)
- # [Japt](https://github.com/ETHproductions/japt), 3 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- c|H
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=Y3xI&input=IihbKHtFbmNsb3NlZH0pXSki)
- c|H :Implicit input of string
- c :Map charcodes
- | : Bitwise OR with
- H : 32