Back
wordTruncate()
Truncates text to the specified length of words and replaces the remaining characters with the specified truncate string (which defaults to "...").
<!--- Outputs "CFWheels is a framework..." ---> #wordTruncate(text="CFWheels is a framework for ColdFusion", length=4)#
Copied!