-
ExtendScript AE: Identifying pieces of a string in an “edittext” box.
This may be a little obscure, but I’m trying to achieve the following:
var ab = doThis;
var cd = doThat;If a user types a single string of “abcd” into my “edittext” box, is there a way that I can identify the “ab” and “cd” separately?
Best,
Andy.