I am completely hopeless with regular expressions…
I have a Velocimacro named #addButton, and I have a JS function named addButton(). Now I want to find all the places the JS function is called. So I need to search for “addButton”, where “addButton” doesn’t start with the hash key.
Any ideas?
It will match every string where “addButton” is not preceded by “#” or the beginning of the string.