Question
JSX: Function replace is undefined? What
Turns out, the regex's replace function is not supported in my current attempt to understand the ESTK "tool".
Code as simple as:
beta = beta.replace(/\s\s*$/, "");
Same with others replace(). And it's undefined!! I'm assuming match() and others are as well. Syntax, debug and everything is set to javascript. I tried both connected to Ae and otherwise.
What am I missing?