Created
November 11, 2011 00:36
-
-
Save rodolfofadino/1356754 to your computer and use it in GitHub Desktop.
Remove GA from url
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
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