How does it work?
Trimming whitespaces will remove spaces, tabs, any other characters used to separate other characters horizontally or vertically.
Examples of trimming text
Trimming only beggining and end of whole text
Text to trim
one line
two line
three line
four line
none
five line
six line
Trimmed text
one line
two line
three line
four line
none
five line
six lineTrimming of each line separately
Lines to trim
one line
two line
three line
four line
none
five line
six line
Trimmed lines
one line
two line
three line
four line
none
five line
six line
Trimming whitespaces is useful when you want to remove unnecessary spaces from beginning or end of text.
Other tools
See other tools