Comment characters in PS query - regular expressions
Hello, I found that in PS Query expression user can't enter characters like {}. The reason is that it may mean comments in SQL.
While it make sense, it is not working fine with regular expressions. It would help if this functionality is not applied for text strings like the regular expressions.
I.e. {} is not allowed, while '...{}...' is allowed.
What do you think?