-
Expression request – Line break if “. ” found in source text
Hi,
Im looking for a way to break the line if “. ” found in the source text
For example – line1. line2. line 3 should be printed as
line1
line 2
line3
Note: I’m getting the source text for this layer from another later. I’m trying this currently
thisText = thisComp.layer(“Text from here”).text.sourceText.replace(“. “,”/r”);