Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bell-kevin/rot13
ROT13 is a simple letter substitution cipher that replaces a letter with the letter 13 letters after it in the alphabet. ROT13 is an example of the Caesar cipher. Create a function that takes a string and returns the string ciphered with Rot13. If there are numbers or special characters included in the string, they should be returned as they are. Only letters from the latin/english alphabet should be shifted, like in the original Rot13 "implementation".
https://github.com/bell-kevin/rot13
code-wars code-wars-solution
Last synced: about 2 months ago
JSON representation
ROT13 is a simple letter substitution cipher that replaces a letter with the letter 13 letters after it in the alphabet. ROT13 is an example of the Caesar cipher. Create a function that takes a string and returns the string ciphered with Rot13. If there are numbers or special characters included in the string, they should be returned as they are. Only letters from the latin/english alphabet should be shifted, like in the original Rot13 "implementation".
- Host: GitHub
- URL: https://github.com/bell-kevin/rot13
- Owner: bell-kevin
- License: gpl-3.0
- Created: 2022-06-28T01:52:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T22:44:07.000Z (over 2 years ago)
- Last Synced: 2024-05-02T04:16:04.266Z (9 months ago)
- Topics: code-wars, code-wars-solution
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0