I am a noob about regular expressions (sorry). I was trying to make a very simple markup language that matches bold and italic and then converts them to HTML. Here is an example for bold that I'm using:
var bold = regexp.MustCompile("\\*([^\\*]+)\\*")
*test*\*test*