-
Are there text functions, like left(“hello”,3)?
I’m looking to use an expression to extract the leftmost and rightmost chunks from another text layer, but can’t find anything helpful – searching for “after effects expression text left right” just brings up thousands of results that mention right-clicking and such.
So, is there a simple way to do this that anyone knows of? Something along the lines of:
a=”hello world”;
left(a,4)gives “hell”
??