正则替换A标签中的非中文字符

文本如下

<a href='http://blog.mcshell.org/'>@中文aaasd英sdf爽sdfaa</a>
<a href='http://blog.mcshell.org/'>@刘aaasd文sd23f爽sdfaa</a>
<a href='http://blog.mcshell.org/'>刘aaasd英sdf爽sda</a>

regex如下:

[^<>x{4e00}-x{9fa5}]+(?=[^<>]*</a>)

原文地址:https://www.cnblogs.com/mcshell/p/5655846.html