Parsing Apache Log files
This is a useful Regex that Craig wrote today, it pulls out various info from an apache log file.
privatestatic Regex __Regex =null; internalstatic Regex _Regex {...}{ get{...} { if (__Regex ==null) {...} { __Regex =new Regex(@"(?<remoteHost>[^\ ]+?)\ (?<remoteIdent>[^\ ]+?)\ (?<remoteUs"+@"er>[^\ ]+?)\ \[(?<requestTime>[^\]]+?)\]\ \"