in case of the code line is needed:
strNew = Regex.Replace(strString,strPattern, Function (m) Environment.NewLine & m.Groups(1).Value)
taken from: