In my this example, the blue starts after classified as (upper or lower case), and continues until a period.
For this GREP to work properly, there has to be a common character, or set of characters that always follows the text you want to be blue. You could also add a End Nested Style Here character, but that would be a lot of manual work.
The code here finds text that follows the words classified as, and continues until a period. As you can see, this will not work unless there is a period (or some other common character) at the end of the blue text in every instance.
... View more