Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/8e8e524cf5ec6b627aa22b3fdf940fbf to your computer and use it in GitHub Desktop.
Save trycf/8e8e524cf5ec6b627aa22b3fdf940fbf to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
x = 'This has a tab in it.';
echo(len(x) & '<br>');
echo(len(trim(x)) & '<br>');
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment