Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrey-yurchuk/adv.cake
https://github.com/andrey-yurchuk/adv.cake
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrey-yurchuk/adv.cake
- Owner: Andrey-Yurchuk
- Created: 2024-03-02T11:19:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-02T11:32:08.000Z (11 months ago)
- Last Synced: 2024-03-02T12:35:51.972Z (11 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Title: Reverse Words
### Description:
This project contains a method that takes a string as input and reverses the order of characters
in each word while preserving case and punctuation.--- Unit tests :
The method has unit tests written to verify its correct functionality in various scenarios.
--- Installation :
To install the project, clone the repository and run composer install.
--- Usage :
To use the method, call the revertCharacters function and pass it a string as an argument.
The function will return a string with the characters in each word reversed.