Hi!
I am trying to create a proper regular expression to find all anchors in my project with Eclipse File Search.
What I'm looking for:
<a href="some.url" onclick="some onclickHandler">
What I want to accomplish is finding all anchors without an onclick and add it when needed.
Thanks for your help!