Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi.
Is there a somewhat resonable way to start with a complex nested objects like
and end up with either of those
which means that every number existing within becomes zero and every symbol (or string of symbols) becomes some placeholder symbol (I chose '*' for no particular reason).
How should I accomplish this?
Solved! Go to Solution.
Pranas Pranas wrote:
Hi.
Is there a somewhat resonable way to start with a complex nested objects like
and end up with either of those
which means that every number existing within becomes zero and every symbol (or string of symbols) becomes some placeholder symbol (I chose '*' for no particular reason).
How should I accomplish this?
For values of "reasonable" ...
Stuart
Pranas Pranas wrote:
Hi.
Is there a somewhat resonable way to start with a complex nested objects like
and end up with either of those
which means that every number existing within becomes zero and every symbol (or string of symbols) becomes some placeholder symbol (I chose '*' for no particular reason).
How should I accomplish this?
For values of "reasonable" ...
Stuart
This, kind sir, is beyond good.
That would have taken me a long time...
Pranas Pranas wrote:
This, kind sir, is beyond good.
That would have taken me a long time...
No worries. Although many people don't like it and go out of their way to avoid it, Recursion is your Friend with nested arrays (and lots of other things!).
Stuart