I have text with manual line breaks and some lines begins with for example three spaces before first word in line.
If that would make it easier, I can change manual line breaks into paragraph endings.
I want to find this text and replace with the same text but add some formatting (for example color or italic). The trouble is that in other parts of text some lines begin with different number of spaces and I don’t want to change them. So, three dots and after that any letter is here as a recognition pattern and some repetition in Replace of what is in Find must be used.
I suppose I need some regex.