I feel like what I’m trying to do is simple, but I just can’t make it work.
I want to remove the text in the brackets. Example below:
[SUPV PROD - STAFF] Doe, John
[SrDesign/Ani - FL] Doe, Alice
[PRO/EDITOR - Ani] Smith, David
I want to remove the all the text in the bracket and the brackets themselves. Desired results below:
Doe, John
Doe, Alice
Smith, David
The Bracketed text is always in the beginning of the string.
Thanks!

