cfdocs

rTrim

Removes spaces from the end of a string.

rTrim(String)
returns string

Argument Reference

Name Type Required Default Description
String string Yes   A string or a variable that contains one

Right Trim

'>' & rTrim('    CFDocs    ') & '<'

Expected Result: > CFDocs<