Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulo9mv/string
https://github.com/paulo9mv/string
hacktoberfest
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulo9mv/string
- Owner: paulo9mv
- Created: 2021-10-18T00:43:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T17:38:21.000Z (about 2 years ago)
- Last Synced: 2024-06-12T18:15:05.851Z (5 months ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 397 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# String
Project with three main functions:
1- Convert string to all caps
Ex: `Hello Let's play LoL` => `HELLO LET'S PLAY LOL`2- Convert string to caps alternate
Ex: `Hello Let's play LoL` => `HeLlo LeT's PlAy LoL`3- Convert string to low caps
Ex: `Hello Let's play LoL` => `hello let's play lol`### Other ideas
Other ideas in developmentteste1
teste2
teste3