Regex: Delete group of many \\ on the same line
I need a regex to delete all kind of the text below.
My regex is not very good, I don;t know why. Can anyone find another solution?
FIND: \\\\u[0-9a-fA-F]{4}.*?\n{2,}
Replace by: (Leave empty)
Text:
\\u5361\\u8def\\u91cc\\uff08kcal\\uff09\\n\\n\\n\\n\\n<p>\\u8102\\u80aa\\uff08g\\uff09\\n\\ n\\n\\n\\n<p>\\u78b3\\u6c34\\u5316\\u5408\\u7269\\uff08g\\uff09\\n\\n\\n\\n\\n< p>\\u86cb\\u767d\\u8d28\\uff08g\\uff09\\n\\n\\n\\n\\n<p>\\u81b3\\u98df\\u7ea4\\u7ef4\\uff08g \\uff09\\n\\n\\n\\n\\n\\n\\n<p style=\\\"text-align: center\\\">\\u82b1\\u751f\\ n\\n\\n\\n\\n<p style=\\\"text-align: center\\\">567\\n\\n\\n\\n\\n<p> 49.2\\n\\n\\n\\n\\n<p style=\\\"text-align: center\\\">16.1\\n\\n\\n\\n\\n <p style=\\\"text-align: center\\\">25,8\\n\\n\\n\\n\\n<p style=\\\"text-align: center\\\ „>8,5\\n\\n\\n\\n\\n\\n\\n<p style=\\\"text-align: center\\\">\\u674f\\u4ec1\\ n\\n\\n\\n\\n<p>579\\n\\n\\n\\n\\n<p>49,9\\n\\n\\n\\n\\ n<p>21,6\\n\\n\\n\\n\\n<p>21,2\\n\\n\\n\\n\\n<p>12,5\\n\\n\ \n\\n\\n\\n\\n<p>\\u8170\\u679c\\n\\n\\n\\n\\n<p>553\\n\\n\\ n\\n\\n<p>43,9\\n\\n\\n\\n\\n<p>30,2\\n\\n\\n\\n\\n<p>18,2\ \n\\n\\n\\n\\n<p style=\\\"text-align: center\\\">3.3\\n\\n\\n\\n\\n\\ n\\n<p style=\\\"text-align: center\\\">\\u699b\\u5b50\\n\\n\\n\\n\\n<p>628\\n \\n\\n\\n\\n<p>60,8\\n\\n\\n\\n\\n<p>16,7\\n\\n\\n\\n\\n <p>14,9\\n\\n\\n\\n\\n<p>9,7\\n\\n\\n\\n\\n\\n\\n<p stil=\\ \"text-align: center\\\">\\u590f\\u5a01\\u5937\\u679c\\n\\n\\n\\n\\n<p>718\\n\\n\ \n\\n\\n<p>75,8\\n\\n\\n\\n\\n<p>13,8\\n\\n\\n\\n\\n<p>7,9 \\n\\n\\n\\n\\n<p style=\\\"text-align: center\\\">8.6\\n\\n\\n\\n\\n\ \n\\n<p style=\\\"text-align: center\\\">\\u78a7\\u6839\\u679c\\n\\n\\n\\n\\n<p> 691\\n\\n\\n\\n\\n<p>71,9\\n\\n\\n\\n\\n<p>13,9\\n\\n\\n\\ n\\n<p>9.2\\n\\n\\n\\n\\n<p style=\\\"text-align: center\\\">9.6\\n\\n\\ n\\n\\n\\n\\n<p style=\\\"text-align: center\\\">\\u677e\\u5b50\\u4ec1\\n\\n\\n\ \n\\n<p>673\\n\\n\\n\\n\\n<p>68,4\\n\\n\\n\\n\\n<p>13,1\\n \\n\\n\\n\\n<p>13,7\\n\\n\\n\\n\\n<p style=\\\"text-align: center\\\">3,7 \\n\\n\\n\\n\\n\\n\\n<p style=\\\"text-align: center\\\">\\u5f00\\u5fc3\\u679c\\ n\\n\\n\\n\\n<p>560\\n\\n\\n\\n\\n<p>45,3\\n\\n\\n\\n\\ n<p>27,2\\n\\n\\n\\n\\n<p>20,2\\n\\n\\n\\n\\n<p style=\\\"text-align :
Read more here: Source link
