Using the '.trim' modifier will remove any white spaces at the start and end of the input.
Add white spaces at the start and end in the input fields below to see the difference with or with out '.trim'.
No '.trim': "
Hello
With '.trim': "
Hi