Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/ef155255d25a922dfa5ca4cc58537c2b to your computer and use it in GitHub Desktop.
Save trycf/ef155255d25a922dfa5ca4cc58537c2b to your computer and use it in GitHub Desktop.
TryCF Gist
<cfoutput>
<cfset b = isValid("string", "my string")>
#b.getClass().getName()#<br>
#b#<br>
#toString(b)#<br>
#b.toString()#<br>
<hr>
<cfset b = true>
#b.getClass().getName()#<br>
#b#<br>
#toString(b)#<br>
#b.toString()#<br>
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment