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