I have a cfquery loop, then I mapped a single query column value (text) to an anchor tag.
Example
<cfloop query="testQuery"> <a href="##">#testQuery.Title#</a> </cfloop>
Suppose the variable testQuery.Title returns "Defines the explanation / pronunciation of characters (for an East Asian typography)" But I need to break the sentence for an example
"Defines the explanation / pronunciation of the characters (for East Asian typography)"
source share