我正在使用 C# 正则表达式。
我如何匹配(任何较低的上部和/或 &)
A & E ==> Should leave this as is
a & e ==> Should leave this as is
而不是这个
A Ӓ B ==> Should convert to A B
AӒ B ==> Should convert to A B
我正在使用 C# 正则表达式。
我如何匹配(任何较低的上部和/或 &)
A & E ==> Should leave this as is
a & e ==> Should leave this as is
而不是这个
A Ӓ B ==> Should convert to A B
AӒ B ==> Should convert to A B