Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alterae/text-replacer
A simple find-and-replace utility, built in vanilla html, css, and typescript.
https://github.com/alterae/text-replacer
find-and-replace text-utility
Last synced: 3 months ago
JSON representation
A simple find-and-replace utility, built in vanilla html, css, and typescript.
- Host: GitHub
- URL: https://github.com/alterae/text-replacer
- Owner: alterae
- License: mit
- Created: 2021-05-17T01:31:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T21:32:05.000Z (over 3 years ago)
- Last Synced: 2024-08-01T21:48:57.924Z (6 months ago)
- Topics: find-and-replace, text-utility
- Language: HTML
- Homepage: https://alterae.github.io/text-replacer/
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - alterae/text-replacer - A simple find-and-replace utility, built in vanilla html, css, and typescript. (HTML)
README
# text-replacer
A simple utility site for finding-and-replacing text. Made in an afternoon to learn Javascript/Typescript.
> ℹ️ Currently pending a [rewrite in Svelte](https://svelte.dev/repl/3866c46e537048b19630cba19ec66bee?version=3.38.3).
## Usage
Fill in the form with the text you want to alter, the text you want to search, and the text you want to replace it with.
## Contributing
The code here is probably not very good. If there's a way I can improve it, please let me know and I will look into it.