No, because you need to find the `}` first. The correct solution is to 
anticipate quotes then track escape sequences, and track `(`/`[`/`{` opens and 
wait for them to close.

Reply via email to