GREP to style text after right indent
Hello, I'm still learning about using GREP styling in InDesign and have gotten stuck with this one. Within my paragraph style I'd like GREP to find a right indent and then style the text after it (which could be two words or 10+), until a paragraph break.
I tried this: (?<=~y)[\l\u]+
But it only styles one word after my right indent.
I thought if I used another positive lookbehind in relation to a paragraph break, that would help, but this isn't right either:
(?<=~y)[\l\u]+(?<=$)
Any help would be appreciated!
