Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SeanErvinson/TextFormatter
Formats texts into programmer specific format
https://github.com/SeanErvinson/TextFormatter
application csharp formatter text text-formatting wpf
Last synced: 3 months ago
JSON representation
Formats texts into programmer specific format
- Host: GitHub
- URL: https://github.com/SeanErvinson/TextFormatter
- Owner: SeanErvinson
- License: mit
- Created: 2018-03-03T11:03:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T02:30:52.000Z (over 6 years ago)
- Last Synced: 2024-08-01T21:41:33.865Z (6 months ago)
- Topics: application, csharp, formatter, text, text-formatting, wpf
- Language: C#
- Size: 485 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - SeanErvinson/TextFormatter - Formats texts into programmer specific format (C# #)
README
# Text Formatter
This software helps format unformatted text. It also has all the basic functionality of a typical text formatter.
## **Features includes**
* Remove tabs
* Remove White space
* Remove New line
* Remove specific word/char
* Replace specific word/char with a specific word/char
* **Convert unformatted string into an array friendly format** [The reason why I made this program]# Future Plan
- [ ] Build a web application version# Installation
Install with the .msi installer [link is not yet up] or download the source zip# Example
![alt text](https://media.giphy.com/media/2yyLgQ5EpBwLa1mBNF/giphy.gif)Formatting unformatted text into a string array friendly format
![alt text](https://media.giphy.com/media/42Cps1JyIfAGwOCq8F/giphy.gif)
Formatting unformatted text into a integer array friendly format
# Author/s
* **ASean___** - [SeanErvinson](https://github.com/SeanErvinson)