Last active
May 18, 2026 07:48
-
-
Save trycf/392c1b07fae4b108aee7bcef5bc946fb to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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