Now, of course, I could write my regular expression to handle both cases, such as regexp.Compile(\"[a-zA-Z]\"), but my regular expression is constructed from a
regexp.Compile(\"[a-zA-Z]\")
I'm not too familiar with Go, but according to this example: http://play.golang.org/p/WgpNhwWWuW
You need to prefix your regex statement with (?i)
(?i)