Find and replace the color or type style of a certain bit of text
I have a project where I am given a couple of pages full of text. Let's say one part looks like this:
"Lorem [A] ipsum dolor sit amet, [B] consectetur adipiscing elit. [C] Phasellus imperdiet nisl malesuada ante vulputate, nec [A] ultricies ante pharetra. [Bb] Praesent consectetur [Gm] mauris sit amet velit venenatis, [C] id ornare lacus posuere."
What I need to do is take all of the text that is in brackets (ncluding the brackets) and make that bold and a different color. Is there a way to do this? I can figure out how to select it, using find and replace, but I can't change anything but the actual text with that. Right now I find myself going in and selecting each character then making the change. Seems like there's an easy fix I'm not thinking of.
I also know there's the possibility that someone will come here and say "just use a custom script" or something like that. I am completely dense when it comes to that kind of thing.
TIA!
