Resize String Manipulator
Intro
Change the length of a string.
2.5 Beta
There are some known issues with Erase from Start and line breaks.
UI
Grouping - Determine which parts of the string are affected:
- Character - Erase the string per character.
- Word - Erase the string per word.
- Line - Erase the string per line.
- Paragraph - Erase the string per paragraph.
Progress Mode - Set the mode to erase the string by:
- Percentage - Set the remaining length of the string as a percentage.
- Fixed Length - Explicitly set the remaining length of the string.
Percentage - Set a percentage of the string to remain.
Length - Set the number of characters/words/lines/paragraphs to remain.
Direction Mode - Set which direction to erase the string from:
- Erase from Start - Decreasing the Length/Percentage will erase the string starting with its first character/word/line/paragraph.
- Erase from End - Decreasing the Length/Percentage will erase the string starting with its last character/word/line/paragraph.
- Erase Randomly - Decreasing the Length/Percentage will randomly erase the string's characters/words/lines/paragraphs.