Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/watson-clara/replace-character

Users can enter a string and then manipulate it by removing a character, reversing the string, replacing all of one character with something else, and replacing one character once at a certain index.
https://github.com/watson-clara/replace-character

java replace-characters reverse-string string-manipulation

Last synced: 1 day ago
JSON representation

Users can enter a string and then manipulate it by removing a character, reversing the string, replacing all of one character with something else, and replacing one character once at a certain index.

Awesome Lists containing this project

README

        

# Replace Character

My Name: Clara Watson

About This Project: users can enter a string and then manipulate it by removing a character, reversing the string, replacing all of one character with something else, and replacing one character once at a certain index, and also you can quit