我如何在这种情况下使用正则表达式?
我想找到这个:
<asp:Literal ID="Literal2" Text="<%$ Resources: Resource, Admin_HeaderInfo%>" runat="server" />
<asp:Literal ID="Literal3" Text="<%$ Resources: Resource, Admin_ContentInfo%>" runat="server" />
..
..
并想更换
<%= GetTranslate("Admin_HeaderInfo"); %>
<%= GetTranslate("Admin_ContentInfo"); %>
..
..