Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/392c1b07fae4b108aee7bcef5bc946fb to your computer and use it in GitHub Desktop.

Select an option

Save trycf/392c1b07fae4b108aee7bcef5bc946fb to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset arguments.WebsiteAddress = "http://test.com">
<cfif len(trim(arguments.WebsiteAddress))
AND NOT reFindNoCase("^https?://", arguments.WebsiteAddress)>
<cfset arguments.WebsiteAddress = "http://" & trim(arguments.WebsiteAddress)>
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment