Hi,
Can you try the following expression?
System.Text.RegularExpressions.Regex.Match(yourString,"(?<=Rated.*\n)[\s\S]+?(?=\r?\n\r?\n)").Value
Regards,
Hi,
Can you try the following expression?
System.Text.RegularExpressions.Regex.Match(yourString,"(?<=Rated.*\n)[\s\S]+?(?=\r?\n\r?\n)").Value
Regards,