Cant seem to find any help with this and I'm no good with regexpression but this was my attempt
I need to replace all instances of / forward slash except where they are inside angle brackets ie </span> </div>
The above for some reason almost does it but regexbuddy highlights the letter before the backslash too (I cant see why it would do that: highlight all "
/" except
[^] when its not an "
<" I dont see the oh and can you highlight the previous letter to that too, thanks

)
Any suggestions?
Cheers
Dal