Skip to content

Instantly share code, notes, and snippets.

@linkarys
Created March 28, 2013 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linkarys/5260454 to your computer and use it in GitHub Desktop.
Save linkarys/5260454 to your computer and use it in GitHub Desktop.
coldfusion: special characters
<cfset tabChr = chr(9)>
<cfset newlineChr = chr(13) & chr(10)>
tabChar = chr(9);
newlineChr = chr(13) & chr(10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment