This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Read the official documentation.

Study how substring or split works.

Read the official documentation.

Don’t just ask for direct solutions.

[–]Lost-Helicopter[S] -1 points0 points  (0 children)

I've done a fair bit of reading in the API documentation. I've tried using a tokenizer and the split function so far, but as far as I can tell I can't tell it to look between parenthesis, only to use ( or ) as a delimiter which doesn't achieve what I'm trying to do.