Answered
A very basic find and replace question
Hi, I have always wanted to do the following:
Find all text with a certain format and then add a special character in front of all instances of the formatted text.
For example:
Find format: Times New Roman + Regular + size: 22 pt + color: C=0 M=100 Y=0 K=0
and then I want to add an asterisk in front of occurrence of this format in my document.
Can this be done with GREP?

