So, I was just trying to bulk rename some material descriptions on a drawing that contained parentheses and it failed. So I conducted this experiment:
I created a Text field with the following content:
ASDF (test)
ASDF [test]
ASDF {test}
ASDF <test>
Trying to Find (test) and Replace with abc results in:
ASDF (abc)
ASDF [test]
ASDF {test}
ASDF <test>
Trying to Find [test] and Replace with abc results in:
ASDF (abcest)
ASDF [test]
ASDF {test}
ASDF <test>
Trying to Find [test] but clicking Replace All results in this craziness:
ASDF (abcabcabcabc)
ASDF [abcabcabcabc]
ASDF {abcabcabcabc}
ASDF <abcabcabcabc>
Don’t even try to run this on a whole a document full of other text fields and annotations, it will replace every t, e and s with abc, both in model space and all layouts:
Trying to find individual ( or [ does nothing.
Curly brackets and angle brackets work as expected:
ASDF (test)
ASDF [test]
ASDF abc
ASDF abc
I tried a few other special characters at random and most work, only + failed but there could be other I didn’t try.

