-
Replace certain characters in a text field with different characters.
I’m currently building text animation and need to replace certain characters with certain symbols dynamically. Specifically, I’d need to replace all characters excluding spaces with the letter b.
I realize I can do “.replace” on a per character basis, but would it be resource intensive for AE to comb through 52 “.replace” strings every time it hits a text layer?
And even if I do, I notice that if there are two characters in a row to be replaced, the second one is left alone for some reason.Any thoughts?