Is there an easy way to split text into separate lines each time a specific type of font arises. For example, I have text that looks like this:
BILLY: The sky is blue. SALLY: It really is blue. SAM: I think it looks like this: terrible.
I'd like to split the text into lines for each speaker:
BILLY: The sky is blue.
SALLY: It really is blue.
SAM: I think it looks like this: terrible.
The speaker is always capitalized with a colon following the name.