Regex or String manipulation needed in order to insert a new line before a value

in case of the code line is needed:

strNew = Regex.Replace(strString,strPattern, Function (m) Environment.NewLine & m.Groups(1).Value)

taken from:

1 Like