Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/1365727187aaf4977a4c23616c04f4ca to your computer and use it in GitHub Desktop.
Save trycf/1365727187aaf4977a4c23616c04f4ca to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset kati = "ham18032716543194500-glx11223313">
<cfset visit_reference = kati>
<cfset position = findNoCase( "-GLX", kati )>
<cfif position GT 0>
<cfset visit_reference = left( kati, position )>
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment