This only works when you "copy", but it still highlights the bracket in Everything, and in all text editors it still highlights the bracket, and I have no idea how to solve this problem. I'm only interested in the name, without that unwanted bracket.
I have tried with many regular expressions to no avail.
I would also like to work with the names in any text editor after copying.
Test regex:
\(([^)\s]+)\b
\((\w+)(?=\s|\))
\((\S+?)\)
\((.*?)\)
\(([^)\s]+)\)
\((\w+).*?\)
\(([^)\d]+)\)
\(([^)]+)\)
\((\w+)