Skip to content

Instantly share code, notes, and snippets.

@rodolfofadino
Created November 11, 2011 00:36
Show Gist options
  • Save rodolfofadino/1356754 to your computer and use it in GitHub Desktop.
Save rodolfofadino/1356754 to your computer and use it in GitHub Desktop.
Remove GA from url
var regex = new Regex(@"((\?|\&)?utm(.*$))");
urlLimpa = regex.Replace(urlLimpa, string.Empty);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment