I need to know how to detect strings within custom brackets of larger strings.
In case I'm being confusing (which is probably the case) I mean something like this:
(find first text inside [(] [)] in [hello (world)]::operators)
I tried using the [scratchblocks] split [] by [ ]::operators reporter [/scratchblocks], but it got too confusing and complicated. Could someone help me?
https://repl.it/@18001767679/expect#main.py
The parseValue function is used to parse a JSON value.Use strings.("foo\"bar\\\"garply") @helicoptur I would interpret that in side the brackets "wo(rl" because the ) closes the open bracket outside.
(Shhhhh i don't want this to spoil the 2nd day challenge for them)