I work with Notepad++ and Excel. I have data that contains text in English and Chinese.
The data structure is as follows:
<p> chinese text</p>
<p> english text</p>
<p> chinese text</p>
<p> english text</p>
<p> chinese text</p>
<p> english text</p>
How to delete all English text and also symbols between < p> and < /p> ?
So just leave the Chinese text between < p> and < /p>
So the result is like this:
<p> chinese text</p>
<p> chinese text</p>
<p> chinese text</p>
I tried to delete English text by removing ascii characters using regex, but there is an English text that was missed.
坐在马车上的叶天,通过窗户看向远处雄伟的天炎城,一时间不由苦笑。
Ye Tian, sitting in the carriage
至于原因,小糯米跟纪小小根本受不了天炎城那一百多度的高温,此时已经热的快要中暑了。
As for the reason, Xiaomi and Ji Xiaoxiao couldn't stand has a heatstroke.
小金吼倒是没事,趴在叶天脚下睡的深沉。
Xiao Jin’s squatting is fine, and he is sleeping deep at the foot of Ye Tian.
“少爷,我受不了啦!”小糯米眼见马车每前行一步,温度就会上升几度,连向叶天求救。
""Young master, I can't stand it!"" .
` – elevaku Apr 21 '20 at 05:38