Skip to content

Instantly share code, notes, and snippets.

@robhinds
Created February 18, 2014 18:35
Show Gist options
  • Select an option

  • Save robhinds/9076943 to your computer and use it in GitHub Desktop.

Select an option

Save robhinds/9076943 to your computer and use it in GitHub Desktop.
//Assume URL = /?rob=awesome&test=true&coldfusion=wtf
var local.clonedUrl = structCopy( url );
writeDump( local.clonedUrl );
writeDump( url );
structDelete( local.clonedUrl, "rob" );
writeDump( local.clonedUrl );
writeDump( url );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment