Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)