Last active
July 17, 2016 22:21
-
-
Save joshuarubin/67150da4eea62a0a33c2970dbec72987 to your computer and use it in GitHub Desktop.
hodor2
This file contains 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 re = regexp.MustCompile(`hodor`) | |
func process(text string) string { | |
return re.ReplaceAllString(text, `hold the door`) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment