Question
grep - style for substring
Hi,
I have text with the string ".-|"
I want to find the entire string, but use the style only for the first character "."
Adobe says - use cmd+f, type grep (.)(-|) and enter $1 in the >change to< field
but I want to use this grep in paragraph style - how to do it?