This is a web-based tool designed to manipulate text in various ways giving you all your prefix & suffix needs in one place.
Allows you to:
- Import Text: Paste text from your clipboard, import text file (.txt)
- Export Text: Copy text to clipboard, download text as a .txt file
- Prefixes: Add, remove, or delete lines starting with a specific prefix.
- Suffixes: Add, remove, or delete lines ending with a specific suffix.
- Line Formatting: Number lines with a prefix or suffix.
- Delete Lines: Remove a specified number of characters from the beginning or end of each line.
Download the HTML file which also contains the CSS, and JavaScript files. Open the html file in your web browser and use it!!
This tool does not require any external libraries or frameworks. It uses vanilla JavaScript for all functionalities.
Feel free to fork this repository and contribute improvements! You can add new features, fix bugs, or improve the user interface.