Thank you very much for the code you provided.
Actually, it's still not working as expected. All of the below usage are not detected by the regex GetGlobalResourceObject("($File)"\s*,\s*"($Key)")
<%\$\s+Resources:\s($File)\s,\s($Key)\s%>
<%$ Resources:Strings,Travel Period %>
Thank you,
Actually, it's still not working as expected. All of the below usage are not detected by the regex GetGlobalResourceObject("($File)"\s*,\s*"($Key)")
- GetGlobalResourceObject("Strings", "Company Settings")
- (string) GetGlobalResourceObject("Strings", "Company Settings")
- <%# GetGlobalResourceObject("Strings", "Company Settings") %>
<%\$\s+Resources:\s($File)\s,\s($Key)\s%>
<%$ Resources:Strings,Travel Period %>
Thank you,