Inside Coldfusion MX
RTrim (string) Description
Deletes spaces from the end of a string. Example
<cfset exampleString = "This string has spaces at the end. "> <cfoutput> The trimmed string: "#Rtrim(exampleString)#" </cfoutput> |
RTrim (string) Description
Deletes spaces from the end of a string. Example
<cfset exampleString = "This string has spaces at the end. "> <cfoutput> The trimmed string: "#Rtrim(exampleString)#" </cfoutput> |