Data Manipulation Issue

Hi,

Can you try the following expression?

System.Text.RegularExpressions.Regex.Match(yourString,"(?<=Rated.*\n)[\s\S]+?(?=\r?\n\r?\n)").Value

Regards,