Well, halfway

Regex won't retrieve everything for you - it is just a string filtering system. On MSDN there are literally millions of examples on how to use RegEx. I also think you'll need to do some string manipulation, like for instance, use String.Substring to retrieve the "Module" part.

I hope it helps