Skip to content

SeanErvinson/TextFormatter

Repository files navigation

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

Formatting unformatted text into a string array friendly format

alt text

Formatting unformatted text into a integer array friendly format

Author/s