この場合、どのように正規表現を使用できますか?
私はこれを見つけたい:
<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"); %>
..
..