Hi AllI need right Regex expression for scriptlet tag like <%= xyz %> to be defined in "/libs/cq/xssprotection/config.xml" file.I tried (\<\%\=(\w)+\%\>) and it looks fine with test string line below -<a href="http://google.com?test=<%=xyz%>">click here</a>But when I try the same in config.xml line ...