Trim leading and trailing whitespace from each line

Remove leading and trailing whitespace from each line

Removes whitespace and tabs at the start and end of every line while preserving the text inside each line. Use it to clean lists copied from spreadsheets, PDFs, or forms.

Use this step

Example

Input

  Taiwan  
  Hong Kong
Japan  

Output

Taiwan
Hong Kong
Japan