I know from here Filter and Search that you cannot search for " unless you use "$ifgreater($strstr(%field%,$char(34)),0,yes,no)" IS yes or field MATCHES \"
I am wondering if it is possible to search for (" or "). I tried different combinations but could not get it to work. I am trying to change titles that have alternate names from ("alternate name") to "alternate name" to conform with iTunes and other naming conventions and to shorten tiles in general.
Just replace the nn-codes in $char(nn) with the ASCII code numbers you want to search for.
You can use the numbers from a ASCII code table. An opening brace is 40 and a closing brace is 41. Double quotes are ASCII 34.