in perl, there is a nice package feature that allows parsing text like 
latex macros which have matching parens.

use Text::Balanced qw(extract_multiple extract_bracketed);


does something like this exist (already) in julia ?

Reply via email to