https://github.com/toasterbirb/random-case
A small program to randomize the casing of a given string to make it look weird and goofy
https://github.com/toasterbirb/random-case
Last synced: 11 months ago
JSON representation
A small program to randomize the casing of a given string to make it look weird and goofy
- Host: GitHub
- URL: https://github.com/toasterbirb/random-case
- Owner: Toasterbirb
- License: gpl-3.0
- Created: 2021-12-17T21:47:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T21:49:21.000Z (over 4 years ago)
- Last Synced: 2025-03-03T04:30:02.900Z (over 1 year ago)
- Language: C
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random case
A small program to randomize the casing of a given string to make it look weird and goofy
Example:
```
$ ./random_case "This is a test"
THiS Is a tESt
```