-
Select specified character (example:second character) in a Text
I would like to be able to select a specified character in a text layer.
It’s just for a simple if/else expression, but I don’t know how to pick out specific charactersThanks!
if (thisComp.layer("Text 1").text.sourceText(index-1) == "e")
100
else
0