Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/26df1c3e2b26788e2461f956723163e8 to your computer and use it in GitHub Desktop.
Save trycf/26df1c3e2b26788e2461f956723163e8 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
x = "a" & chr(160) & "b" & chr(160);
writedump(x)
writedump( "[" & trim(x) & "]")
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment