Version: 1.0
The LTrim function removes extra blank spaces only on the left
side of a string.
<% =LTrim(" A sentence with extra spaces on bothsides. ") %>
A sentence with extra spaces on both
sides.
Note that HTML automatically removes extra blank spaces in this view.