I need reg expression to find the English text from Chinese and add a class for it.
Example: Input
<p>当然,你要学习<a href='#' target='_blank'>“<b>Megento</b>”</a></p>
Output Should be:
<p>当然,你要学习<a href='#' target='_blank'>“<b><span class="english">Megento</span></b>”</a></p>