An utility to process text online. It supports following operatiosn. Just need to provide the text content.
It supports:
- Remove duplicate lines
- Remove blank Lines
- Remove extra spaces
- Indent paragraph
- Break a string to multi-line string. One sentense in one line
- Convert to single line
- Sort lines alphabetically
How It Works:
Receive the text input from user. Tokennize the it based on the new line
character. Trim each token and collect them in a list or set or map
depending on the user need. process each toknen based on user option.
Finally it concatenate all the tokens and return as output.
Pre Conditions:
- Non empty string
Steps To Execute:
- Add string content in the text area.
- select 'Trim Space ' check box .
- Add indentation space count
- Add replace Word
- Add replace by word.