I'm using Total Commander (file manager), which allows searching file content by regular expressions.
I'd like to search PHP files for deprecated syntax like $_SESSION[user]
- so, I need the RegExp for finding all tags, which don't have quotes inside the square brackets.
Any ideas?