Code Robo
Formatter
Comparator
Tester
Converter
Utility
Java Code Complience
Validator
EncoderDecoder
Virtual Service
Text Utility Online
       Talk to EasyAssistant

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
String:(* Required): It is required. | .
Replace Word: (* Applicable for 'Replace Word')
Replace By: (* Applicable for 'Replace Word')
  Trim Space From Line When Processing
Indentation Space: (* Applicable for 'Indent Paragraph')


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:
  1. Non empty string
Steps To Execute:
  1. Add string content in the text area.
  2. select 'Trim Space ' check box .
  3. Add indentation space count
  4. Add replace Word
  5. Add replace by word.

Post Your Comment:
Name :
Email ( Optional) :
Comments / Suggestion (* Required) It is required: :
: