A simple (I hope) regex question:
I have several pages where I need to replace every document.all['string']
with document.getElementById('string')
.
I can use Visual Studio or Notepad++ to replace regular expressions, I just need the right ones.
Thanks for any assistance, Guy